GET /api/bet_types/7ac490f6-1747-4116-9b4d-08932fbcba99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ac490f6-1747-4116-9b4d-08932fbcba99",
    "match": "https://api-prod.gambitprofit.com/api/matches/39eca299-4990-4437-a365-6e9c18a01500/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Coastal Carolina",
                "amount": 7829.0
            },
            {
                "team": "Old Dominion",
                "amount": 2171.0
            }
        ],
        "expected_reward_tokens": 9551.38,
        "profit_sb": 51.38,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "5a063648-d098-4868-b164-369761d1c832",
            "gambit_id": "367b4057-a4b8-436d-89d4-b34514091ea6",
            "last_updated": "2022-10-16T15:12:13.854668-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.22000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ac490f6-1747-4116-9b4d-08932fbcba99/?format=api"
        },
        {
            "id": "9e4a3e01-328b-47e2-aa72-1f2ab7b495ad",
            "gambit_id": "738fea19-8576-4f75-abb2-9136fee26de7",
            "last_updated": "2022-10-16T15:12:13.855749-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ac490f6-1747-4116-9b4d-08932fbcba99/?format=api"
        }
    ]
}