GET /api/bet_types/be309bc6-a4a7-46a8-98ff-b58d7d4119e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be309bc6-a4a7-46a8-98ff-b58d7d4119e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/191e3b15-3468-4445-9211-dc399204de50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-31T00:17:09.968132-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 7540.0
            },
            {
                "team": "Draw",
                "amount": 2460.0
            }
        ],
        "expected_reward_tokens": 10405.2,
        "profit_sb": 1405.2,
        "profit_sb_percentage": 15.61,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6418.0
            },
            {
                "team": "Draw",
                "amount": 2094.0
            },
            {
                "team": "Leeds United",
                "amount": 1488.0
            }
        ],
        "expected_reward_tokens": 8853.6,
        "profit_sb": -146.4,
        "profit_sb_percentage": -1.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "49bdb0fe-b014-4318-bdf2-714393e11175",
            "gambit_id": "35644454-42d4-4835-aab9-041b58cd0ce2",
            "last_updated": "2023-01-02T13:46:48.340610-05:00",
            "created_at": "2022-12-31T00:17:09.970615-05:00",
            "name": "Newcastle United",
            "reward": "1.38000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be309bc6-a4a7-46a8-98ff-b58d7d4119e8/?format=api"
        },
        {
            "id": "acec6b25-a42d-4c35-b871-364dd606674c",
            "gambit_id": "18409a04-c0b9-42e9-81d8-6fad01f70b6e",
            "last_updated": "2023-01-02T13:46:48.341759-05:00",
            "created_at": "2022-12-31T00:17:09.971894-05:00",
            "name": "Draw",
            "reward": "4.23000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be309bc6-a4a7-46a8-98ff-b58d7d4119e8/?format=api"
        },
        {
            "id": "5e507bc1-50cb-4b6e-b04c-0b677461c625",
            "gambit_id": "e4ce369a-a4e2-4c77-ba23-58cf942ab40e",
            "last_updated": "2023-01-02T13:46:48.339464-05:00",
            "created_at": "2022-12-31T00:17:09.969369-05:00",
            "name": "Leeds United",
            "reward": "5.95000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be309bc6-a4a7-46a8-98ff-b58d7d4119e8/?format=api"
        }
    ]
}