GET /api/bet_types/e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/053115df-3fc1-4a29-af58-4940481d721f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Real Salt Lake",
                "amount": 7011.0
            },
            {
                "team": "Draw",
                "amount": 2989.0
            }
        ],
        "expected_reward_tokens": 11147.49,
        "profit_sb": 2147.49,
        "profit_sb_percentage": 23.86,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Real Salt Lake",
                "amount": 5562.0
            },
            {
                "team": "Draw",
                "amount": 2371.0
            },
            {
                "team": "Vancouver Whitecaps FC",
                "amount": 2066.0
            }
        ],
        "expected_reward_tokens": 8842.48,
        "profit_sb": -157.52,
        "profit_sb_percentage": -1.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "478874d9-efd1-48d4-b5e3-40846bd0ff05",
            "gambit_id": "1b0f6249-08de-450b-9392-7f397a304a5e",
            "last_updated": "2022-08-21T18:36:58.434117-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Salt Lake",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d/?format=api"
        },
        {
            "id": "e17d8927-2558-4811-ae89-b491b0098903",
            "gambit_id": "76c931c3-589b-4e0d-87fd-6acf9c9c95fd",
            "last_updated": "2022-08-21T18:36:58.433582-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.73000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d/?format=api"
        },
        {
            "id": "f1800f7f-5768-4e03-a16d-38e0363794dd",
            "gambit_id": "bc641f41-f05a-4344-be9e-3ea121a8fa2b",
            "last_updated": "2022-08-21T18:36:58.432723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Whitecaps FC",
            "reward": "4.28000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e98d3ca7-dddf-40bb-bb87-a1bbad6baf9d/?format=api"
        }
    ]
}