GET /api/bet_types/c086226a-a45e-4206-ac81-e0b668157b14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c086226a-a45e-4206-ac81-e0b668157b14",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fcfa436-3410-4654-9cd8-5219175d7de9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T09:23:06.070933-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": "TOR (Y Kikuchi)",
                "amount": 6040.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 3960.0
            }
        ],
        "expected_reward_tokens": 9543.2,
        "profit_sb": 43.2,
        "profit_sb_percentage": 0.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "36ae69d2-dbc0-4e64-8ad2-a164a65a409b",
            "gambit_id": "b8eeab63-3ab5-4364-ace6-6d7b3be50e7f",
            "last_updated": "2023-07-03T01:18:10.776960-04:00",
            "created_at": "2023-07-01T09:23:06.075332-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.58000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c086226a-a45e-4206-ac81-e0b668157b14/?format=api"
        },
        {
            "id": "6d2b3496-6e31-4d83-9a4f-9d21c3f62fc4",
            "gambit_id": "668a2c08-e205-4409-b1e0-91bb52cc5bc4",
            "last_updated": "2023-07-03T01:18:10.775425-04:00",
            "created_at": "2023-07-01T09:23:06.073266-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.41000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c086226a-a45e-4206-ac81-e0b668157b14/?format=api"
        }
    ]
}