GET /api/bet_types/2930f12c-494c-4700-b944-b48bba60e76c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2930f12c-494c-4700-b944-b48bba60e76c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c75da933-09b7-44a1-87ca-be0cfbfaefee/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:16.545822-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "40924df1-9dc4-4a1c-a511-04f9a8c63eba",
            "gambit_id": "05d781ff-3ee5-45e8-891f-ef5960d7beb1",
            "last_updated": "2024-01-23T18:28:34.889898-05:00",
            "created_at": "2024-01-20T05:38:16.567283-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2930f12c-494c-4700-b944-b48bba60e76c/?format=api"
        },
        {
            "id": "c46012ed-4a20-41e4-bdfa-b18be8e5952c",
            "gambit_id": "1c37e628-6da5-4dfd-ab7f-260a44184374",
            "last_updated": "2024-01-23T18:28:34.893253-05:00",
            "created_at": "2024-01-20T05:38:16.571889-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2930f12c-494c-4700-b944-b48bba60e76c/?format=api"
        }
    ]
}