GET /api/bet_types/ac151de2-2948-42ba-93f3-55215e827cee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac151de2-2948-42ba-93f3-55215e827cee",
    "match": "https://api-prod.gambitprofit.com/api/matches/73ec1d4d-b784-4783-b84c-539416f33145/?format=api",
    "name": "Play the Odds",
    "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": "Clemson",
                "amount": 5000.0
            },
            {
                "team": "Miami Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e781018d-4dac-4e49-bf66-2dfe91897079",
            "gambit_id": "aab23f8f-6ca5-4f1b-8c45-281f96ea4842",
            "last_updated": "2022-11-21T10:08:32.861061-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-19.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac151de2-2948-42ba-93f3-55215e827cee/?format=api"
        },
        {
            "id": "4a97e07b-e4f9-40e9-8604-ca3d6a4a1f7b",
            "gambit_id": "649513f6-5be9-4b42-ae2b-b60525641407",
            "last_updated": "2022-11-21T10:08:32.862021-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "19.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac151de2-2948-42ba-93f3-55215e827cee/?format=api"
        }
    ]
}