GET /api/bet_types/c93f516d-0ffe-43eb-a7f2-c9d6b82567d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c93f516d-0ffe-43eb-a7f2-c9d6b82567d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6881f94e-231c-45bd-b6e4-95ed2c5bb16b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:00.590609-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6287.0
            },
            {
                "team": "Draw",
                "amount": 3713.0
            }
        ],
        "expected_reward_tokens": 11693.82,
        "profit_sb": 2193.82,
        "profit_sb_percentage": 23.09,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 4635.0
            },
            {
                "team": "Draw",
                "amount": 2737.0
            },
            {
                "team": "Chelsea",
                "amount": 2628.0
            }
        ],
        "expected_reward_tokens": 8619.84,
        "profit_sb": -880.16,
        "profit_sb_percentage": -9.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "988170ad-da40-4334-82d0-daea589661e5",
            "gambit_id": "92a4bc0b-b83e-4249-b5e9-54ba29f63fff",
            "last_updated": "2023-01-23T11:42:12.686097-05:00",
            "created_at": "2023-01-20T22:57:00.594180-05:00",
            "name": "Liverpool",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c93f516d-0ffe-43eb-a7f2-c9d6b82567d0/?format=api"
        },
        {
            "id": "ccd97947-7f80-4d8e-9a4a-0960a97bb453",
            "gambit_id": "7a5be923-2a18-4e1f-a088-141a7daf2744",
            "last_updated": "2023-01-23T11:42:12.687165-05:00",
            "created_at": "2023-01-20T22:57:00.596131-05:00",
            "name": "Draw",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c93f516d-0ffe-43eb-a7f2-c9d6b82567d0/?format=api"
        },
        {
            "id": "9e61522f-d4b0-44be-9cd2-e86f319127a0",
            "gambit_id": "408752b8-4ab3-4c2d-abe2-4cf3ecdf2ea1",
            "last_updated": "2023-01-23T11:42:12.685012-05:00",
            "created_at": "2023-01-20T22:57:00.592352-05:00",
            "name": "Chelsea",
            "reward": "3.28000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c93f516d-0ffe-43eb-a7f2-c9d6b82567d0/?format=api"
        }
    ]
}