GET /api/bet_types/78cf179c-fd45-418c-9359-b2a7f0fe6721/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78cf179c-fd45-418c-9359-b2a7f0fe6721",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8838b27-5533-4a90-97c5-3507e49e204a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Boston Celtics",
                "amount": 8599.0
            },
            {
                "team": "Orlando Magic",
                "amount": 1401.0
            }
        ],
        "expected_reward_tokens": 9372.69,
        "profit_sb": 372.69,
        "profit_sb_percentage": 4.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "dcf47f4c-5c0b-4f3e-b693-36f1fdb2f2a2",
            "gambit_id": "ccbc0f7a-8c9e-4f26-be34-431a0fa00f50",
            "last_updated": "2022-12-17T10:07:07.012402-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78cf179c-fd45-418c-9359-b2a7f0fe6721/?format=api"
        },
        {
            "id": "ab6777c3-f6c8-45e9-a74d-520e8bb92274",
            "gambit_id": "c628e4a5-427b-43b7-a250-7305089bac71",
            "last_updated": "2022-12-17T10:07:07.013650-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "6.69000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78cf179c-fd45-418c-9359-b2a7f0fe6721/?format=api"
        }
    ]
}