GET /api/bet_types/1f145225-52ea-4e33-af01-c3bbf704e9cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f145225-52ea-4e33-af01-c3bbf704e9cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/8afe4845-df7f-4067-9daa-7b93405e9c0b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-06T08:43:16.316355-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": "DET (M Lorenzen)",
                "amount": 6139.0
            },
            {
                "team": "OAK (H Harris)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5ef5b7d-85ba-463f-b603-90b780b4d282",
            "gambit_id": "38ea7906-bdde-4263-b68b-1d3861effb2a",
            "last_updated": "2023-07-08T09:42:56.721462-04:00",
            "created_at": "2023-07-06T08:43:16.321502-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f145225-52ea-4e33-af01-c3bbf704e9cc/?format=api"
        },
        {
            "id": "517978d7-523d-4b8c-978c-f05759c75822",
            "gambit_id": "a9434c5b-d5e2-4deb-8167-be8918207edb",
            "last_updated": "2023-07-08T09:42:56.718492-04:00",
            "created_at": "2023-07-06T08:43:16.318873-04:00",
            "name": "OAK (H Harris)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f145225-52ea-4e33-af01-c3bbf704e9cc/?format=api"
        }
    ]
}