GET /api/bet_types/a8c76406-db29-4655-a082-7d1366eceab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8c76406-db29-4655-a082-7d1366eceab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/0627cbc4-9470-4355-a1ad-c6abb4c507da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:03.669690-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 6756.0
            },
            {
                "team": "Draw",
                "amount": 3244.0
            }
        ],
        "expected_reward_tokens": 11417.64,
        "profit_sb": 1917.64,
        "profit_sb_percentage": 20.19,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brighton & Hove Albion",
                "amount": 5403.0
            },
            {
                "team": "Draw",
                "amount": 2594.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2003.0
            }
        ],
        "expected_reward_tokens": 9130.88,
        "profit_sb": -369.12,
        "profit_sb_percentage": -3.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c7d5b33-7ce6-4f0f-8434-64ab18777035",
            "gambit_id": "0034382f-5bbd-4b04-b693-074432557f76",
            "last_updated": "2023-02-12T10:02:06.709911-05:00",
            "created_at": "2023-02-09T11:12:03.672434-05:00",
            "name": "Brighton & Hove Albion",
            "reward": "1.69000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c76406-db29-4655-a082-7d1366eceab0/?format=api"
        },
        {
            "id": "67de91e9-d491-4a6a-a490-cbd5ec2ea5ef",
            "gambit_id": "31acd01f-16a1-4fb7-b369-a44c5ace5fa5",
            "last_updated": "2023-02-12T10:02:06.711087-05:00",
            "created_at": "2023-02-09T11:12:03.673746-05:00",
            "name": "Draw",
            "reward": "3.52000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c76406-db29-4655-a082-7d1366eceab0/?format=api"
        },
        {
            "id": "d9479feb-cfbb-4df5-b475-a93bc63eee7b",
            "gambit_id": "f0d449ee-0815-43ef-be11-ccaae7dacbbc",
            "last_updated": "2023-02-12T10:02:06.708728-05:00",
            "created_at": "2023-02-09T11:12:03.671004-05:00",
            "name": "Crystal Palace",
            "reward": "4.56000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c76406-db29-4655-a082-7d1366eceab0/?format=api"
        }
    ]
}