GET /api/bet_types/f02a81e9-1360-4be7-a6fa-8ffc75d142f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f02a81e9-1360-4be7-a6fa-8ffc75d142f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f869d4aa-ffd8-4c27-a906-316ef90f0a07/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-31T00:17:10.302708-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": "Alabama",
                "amount": 6952.0
            },
            {
                "team": "Kansas State",
                "amount": 3048.0
            }
        ],
        "expected_reward_tokens": 9174.48,
        "profit_sb": 174.48,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "e721f180-cf51-44c4-9315-905f58c189e3",
            "gambit_id": "942426e7-7318-49a7-adc5-b3733b16708a",
            "last_updated": "2023-01-01T10:27:16.151315-05:00",
            "created_at": "2022-12-31T00:17:10.303814-05:00",
            "name": "Alabama",
            "reward": "1.32000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f02a81e9-1360-4be7-a6fa-8ffc75d142f6/?format=api"
        },
        {
            "id": "8ae620a0-f255-4354-8dd1-3ee5c0c57477",
            "gambit_id": "7dda4826-2229-476d-a9aa-722f1dac80ac",
            "last_updated": "2023-01-01T10:27:16.152420-05:00",
            "created_at": "2022-12-31T00:17:10.305117-05:00",
            "name": "Kansas State",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f02a81e9-1360-4be7-a6fa-8ffc75d142f6/?format=api"
        }
    ]
}