GET /api/bet_types/0ff034a9-7791-43db-9478-4d591b4a6fcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ff034a9-7791-43db-9478-4d591b4a6fcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d853deff-ad63-4770-b771-d72e05639c4c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T12:46:50.733912-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": "Shavkat Rakhmonov",
                "amount": 8067.0
            },
            {
                "team": "Geoff Neal",
                "amount": 1933.0
            }
        ],
        "expected_reward_tokens": 9355.72,
        "profit_sb": -144.28,
        "profit_sb_percentage": -1.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "d731585f-2b57-4b5a-8529-0a068d8e6834",
            "gambit_id": "47deac20-1cf9-4700-a099-86f708b199fd",
            "last_updated": "2023-03-06T15:06:51.972059-05:00",
            "created_at": "2023-03-04T12:46:50.735129-05:00",
            "name": "Shavkat Rakhmonov",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ff034a9-7791-43db-9478-4d591b4a6fcf/?format=api"
        },
        {
            "id": "ad088ea2-cdeb-4dc9-8bbe-0f90336a9888",
            "gambit_id": "bca62d7f-2b94-4d8b-8bd5-f3376951882f",
            "last_updated": "2023-03-06T15:06:51.973373-05:00",
            "created_at": "2023-03-04T12:46:50.736380-05:00",
            "name": "Geoff Neal",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ff034a9-7791-43db-9478-4d591b4a6fcf/?format=api"
        }
    ]
}