GET /api/bet_types/f453ea54-77f7-4845-a814-688d44a0536c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f453ea54-77f7-4845-a814-688d44a0536c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bfe2356-1950-44d7-bc55-07a7cff7e9f0/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8972.0
            },
            {
                "team": "Draw",
                "amount": 1028.0
            }
        ],
        "expected_reward_tokens": 9776.28,
        "profit_sb": 276.28,
        "profit_sb_percentage": 2.91,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 8510.0
            },
            {
                "team": "Draw",
                "amount": 975.0
            },
            {
                "team": "Southampton",
                "amount": 515.0
            }
        ],
        "expected_reward_tokens": 9272.25,
        "profit_sb": -227.75,
        "profit_sb_percentage": -2.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c65e13a-b8c7-4380-aa2e-494b8a91c490",
            "gambit_id": "c1e85a29-e15d-481b-ad37-8c528a7011ca",
            "last_updated": "2022-10-11T11:47:07.900426-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f453ea54-77f7-4845-a814-688d44a0536c/?format=api"
        },
        {
            "id": "343ee35b-599f-421d-9b8c-aa4ef8d6f238",
            "gambit_id": "6cec5f2b-7895-4882-bf94-12d71c392450",
            "last_updated": "2022-10-11T11:47:07.901752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "9.51000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f453ea54-77f7-4845-a814-688d44a0536c/?format=api"
        },
        {
            "id": "aa02a662-f522-4b46-914e-97cad261ed9d",
            "gambit_id": "14cace53-3190-4b75-bb09-9ec540603bb1",
            "last_updated": "2022-10-11T11:47:07.899470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southampton",
            "reward": "18.01000",
            "odds": "19.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f453ea54-77f7-4845-a814-688d44a0536c/?format=api"
        }
    ]
}