GET /api/bet_types/0483e33d-ee43-4187-a31a-faceed0b3735/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0483e33d-ee43-4187-a31a-faceed0b3735",
    "match": "https://api-prod.gambitprofit.com/api/matches/e11ec631-491c-402d-a162-25fdbdd8fd1a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-26T08:58:21.397521-04: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": "BAL (K Bradish)",
                "amount": 6825.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "80e3f3cf-d8e7-4403-ba03-398168dda3b9",
            "gambit_id": "81eda207-07bc-4918-baa0-3bee2f8f650c",
            "last_updated": "2023-09-27T18:58:11.382965-04:00",
            "created_at": "2023-09-26T08:58:21.408749-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0483e33d-ee43-4187-a31a-faceed0b3735/?format=api"
        },
        {
            "id": "8ac35b3e-47ac-4bfd-ad6f-4a4afe884421",
            "gambit_id": "ab8c5c5a-83bc-4a08-8dac-78767d05b7b8",
            "last_updated": "2023-09-27T18:58:11.379706-04:00",
            "created_at": "2023-09-26T08:58:21.403187-04:00",
            "name": "WAS (J Gray)",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0483e33d-ee43-4187-a31a-faceed0b3735/?format=api"
        }
    ]
}