GET /api/bet_types/fd2da321-940f-4923-9399-fd69b06ca7e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd2da321-940f-4923-9399-fd69b06ca7e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/319ffee2-25f6-4fad-a38a-04f0fe38a80c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T13:12:08.374628-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Mateusz Gamrot",
                "amount": 6479.0
            },
            {
                "team": "Jalin Turner",
                "amount": 3521.0
            }
        ],
        "expected_reward_tokens": 9329.76,
        "profit_sb": -170.24,
        "profit_sb_percentage": -1.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fd5d293-4a0d-4f6c-b827-a5cafa4d0bdf",
            "gambit_id": "76d64c49-e335-4e66-9aee-a7e6154cc3f0",
            "last_updated": "2023-03-06T15:11:56.548872-05:00",
            "created_at": "2023-03-03T13:12:08.375899-05:00",
            "name": "Mateusz Gamrot",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd2da321-940f-4923-9399-fd69b06ca7e5/?format=api"
        },
        {
            "id": "f1e72c49-1290-46da-b2e3-32e9c26f831a",
            "gambit_id": "2210b418-c9e8-4763-95fc-4a5ecd4a4719",
            "last_updated": "2023-03-06T15:11:56.550092-05:00",
            "created_at": "2023-03-03T13:12:08.377580-05:00",
            "name": "Jalin Turner",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd2da321-940f-4923-9399-fd69b06ca7e5/?format=api"
        }
    ]
}