GET /api/bet_types/5d47e31d-9949-4989-9bad-615e5f4ade90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d47e31d-9949-4989-9bad-615e5f4ade90",
    "match": "https://api-prod.gambitprofit.com/api/matches/258e297e-1abd-41aa-a6e0-9679f4b8cb3f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:11.074170-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": "New Orleans Saints",
                "amount": 5094.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "e50f8522-7f5a-4091-88ce-a66587e9daa8",
            "gambit_id": "12d8da79-b691-4109-9398-35497abdae43",
            "last_updated": "2023-10-30T15:33:25.395289-04:00",
            "created_at": "2023-10-25T09:13:11.078277-04:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d47e31d-9949-4989-9bad-615e5f4ade90/?format=api"
        },
        {
            "id": "a8716313-05f4-40d3-a0c8-8363a414dec2",
            "gambit_id": "2a37dcd6-02dd-4cb5-af20-44bfade3f076",
            "last_updated": "2023-10-30T15:33:25.399260-04:00",
            "created_at": "2023-10-25T09:13:11.082486-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d47e31d-9949-4989-9bad-615e5f4ade90/?format=api"
        }
    ]
}