GET /api/bet_types/994c0477-cd5f-49e9-ae74-7318ad137fd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "994c0477-cd5f-49e9-ae74-7318ad137fd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac9325b5-2035-4281-8b13-066625ad5d90/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:58.834361-04: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": 5661.0
            },
            {
                "team": "Arsenal",
                "amount": 4339.0
            }
        ],
        "expected_reward_tokens": 12452.93,
        "profit_sb": 2952.93,
        "profit_sb_percentage": 31.08,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 4188.0
            },
            {
                "team": "Arsenal",
                "amount": 3210.0
            },
            {
                "team": "Draw",
                "amount": 2602.0
            }
        ],
        "expected_reward_tokens": 9211.08,
        "profit_sb": -288.92,
        "profit_sb_percentage": -3.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d5e9823-98e6-44cd-a6e1-f21cbc68ad78",
            "gambit_id": "00eea78f-2098-4d51-b408-3a9a0c1237a8",
            "last_updated": "2023-05-08T11:47:04.729419-04:00",
            "created_at": "2023-05-06T11:51:58.837525-04:00",
            "name": "Newcastle United",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/994c0477-cd5f-49e9-ae74-7318ad137fd2/?format=api"
        },
        {
            "id": "c8bbcefc-c74c-4693-80cd-7bed9afe82a5",
            "gambit_id": "dd28f3fe-374d-413c-9c31-00555674517b",
            "last_updated": "2023-05-08T11:47:04.727883-04:00",
            "created_at": "2023-05-06T11:51:58.835781-04:00",
            "name": "Arsenal",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/994c0477-cd5f-49e9-ae74-7318ad137fd2/?format=api"
        },
        {
            "id": "42a89795-cc25-4f2e-b534-e7416a353280",
            "gambit_id": "72ed194e-962c-4e45-9fc9-638c2ddc4502",
            "last_updated": "2023-05-08T11:47:04.731455-04:00",
            "created_at": "2023-05-06T11:51:58.838985-04:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/994c0477-cd5f-49e9-ae74-7318ad137fd2/?format=api"
        }
    ]
}