GET /api/bet_types/06d52d5f-48c7-4d88-a7a2-c48f20b07746/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06d52d5f-48c7-4d88-a7a2-c48f20b07746",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c3b2b7e-2191-4924-b5ac-06d1c7489993/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T12:17:21.650432-05: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": 7382.0
            },
            {
                "team": "Draw",
                "amount": 2618.0
            }
        ],
        "expected_reward_tokens": 10260.98,
        "profit_sb": 1260.98,
        "profit_sb_percentage": 14.01,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6296.0
            },
            {
                "team": "Draw",
                "amount": 2233.0
            },
            {
                "team": "Fulham",
                "amount": 1471.0
            }
        ],
        "expected_reward_tokens": 8751.44,
        "profit_sb": -248.56,
        "profit_sb_percentage": -2.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7d0bf37-c578-41d9-832a-5175023e33f5",
            "gambit_id": "0327296e-c7a9-409d-895b-72a3c9cd0d74",
            "last_updated": "2023-01-16T11:12:13.540835-05:00",
            "created_at": "2023-01-11T12:17:21.654041-05:00",
            "name": "Newcastle United",
            "reward": "1.39000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06d52d5f-48c7-4d88-a7a2-c48f20b07746/?format=api"
        },
        {
            "id": "be39d238-b456-4270-839b-61e048df66d2",
            "gambit_id": "d4a1bde3-891e-4a65-84af-a81817509ec1",
            "last_updated": "2023-01-16T11:12:13.534303-05:00",
            "created_at": "2023-01-11T12:17:21.651574-05:00",
            "name": "Draw",
            "reward": "3.92000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06d52d5f-48c7-4d88-a7a2-c48f20b07746/?format=api"
        },
        {
            "id": "7bcfe8b0-02a6-4cd0-ac38-2155303fcec1",
            "gambit_id": "eb78103c-f6bc-421b-bd86-a424af1b7210",
            "last_updated": "2023-01-16T11:12:13.537570-05:00",
            "created_at": "2023-01-11T12:17:21.652828-05:00",
            "name": "Fulham",
            "reward": "5.95000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06d52d5f-48c7-4d88-a7a2-c48f20b07746/?format=api"
        }
    ]
}