GET /api/bet_types/0f9ba15a-8f15-49af-9791-ea314e7984a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f9ba15a-8f15-49af-9791-ea314e7984a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/941fb778-9c78-4ff3-8bfc-9ef3ad881858/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-26T10:36:58.307454-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Jake Paul",
                "amount": 5664.0
            },
            {
                "team": "Tommy Fury",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9798.72,
        "profit_sb": 298.72,
        "profit_sb_percentage": 3.14,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Jake Paul",
                "amount": 5189.0
            },
            {
                "team": "Tommy Fury",
                "amount": 3972.0
            },
            {
                "team": "Draw",
                "amount": 839.0
            }
        ],
        "expected_reward_tokens": 8976.72,
        "profit_sb": -523.28,
        "profit_sb_percentage": -5.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e56df95-9328-4087-b52f-971672957853",
            "gambit_id": "a5d848ce-528d-4cc4-9bb2-c02282891ffd",
            "last_updated": "2023-02-28T12:37:07.491465-05:00",
            "created_at": "2023-02-26T10:36:58.308739-05:00",
            "name": "Jake Paul",
            "reward": "1.73000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f9ba15a-8f15-49af-9791-ea314e7984a1/?format=api"
        },
        {
            "id": "f8768694-c2bf-4021-a557-88da1c4bff7f",
            "gambit_id": "c83e134c-b4ed-447b-af94-70b134e43ba6",
            "last_updated": "2023-02-28T12:37:07.492632-05:00",
            "created_at": "2023-02-26T10:36:58.309984-05:00",
            "name": "Tommy Fury",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f9ba15a-8f15-49af-9791-ea314e7984a1/?format=api"
        },
        {
            "id": "e0049321-a843-44bc-bf1b-9f274fa7a9c2",
            "gambit_id": "ff172711-38b6-4072-884e-32d0966d678c",
            "last_updated": "2023-02-28T12:37:07.493772-05:00",
            "created_at": "2023-02-26T10:36:58.311176-05:00",
            "name": "Draw",
            "reward": "10.70000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f9ba15a-8f15-49af-9791-ea314e7984a1/?format=api"
        }
    ]
}