GET /api/bet_types/c3c0985d-be47-4034-91d8-aaf524a06123/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3c0985d-be47-4034-91d8-aaf524a06123",
    "match": "https://api-prod.gambitprofit.com/api/matches/511ff8a7-79ac-47a7-9fc1-1951d9cc9463/?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": "Arsenal",
                "amount": 7829.0
            },
            {
                "team": "Draw",
                "amount": 2171.0
            }
        ],
        "expected_reward_tokens": 9942.83,
        "profit_sb": 942.83,
        "profit_sb_percentage": 10.48,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6979.0
            },
            {
                "team": "Draw",
                "amount": 1935.0
            },
            {
                "team": "Everton",
                "amount": 1086.0
            }
        ],
        "expected_reward_tokens": 8861.76,
        "profit_sb": -138.24,
        "profit_sb_percentage": -1.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "32ee8a20-bc11-4faa-9c0c-ef7af7131524",
            "gambit_id": "0fd04e87-d155-459a-93bb-714fa27790c9",
            "last_updated": "2022-12-24T17:12:13.006910-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3c0985d-be47-4034-91d8-aaf524a06123/?format=api"
        },
        {
            "id": "bdf4a7ae-3777-474b-8117-a1cfbad6f778",
            "gambit_id": "6cc015bb-3612-43ec-bdeb-99f193a111ce",
            "last_updated": "2022-12-24T17:12:13.008034-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.58000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3c0985d-be47-4034-91d8-aaf524a06123/?format=api"
        },
        {
            "id": "9ad3a038-cc32-4e4f-8aeb-664be3f8da2e",
            "gambit_id": "8dab3004-9ad5-4476-b8a0-bf3b5781d1ff",
            "last_updated": "2022-12-24T17:12:13.005790-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Everton",
            "reward": "8.16000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3c0985d-be47-4034-91d8-aaf524a06123/?format=api"
        }
    ]
}