GET /api/bet_types/0c98748b-62a7-4d30-903b-3ba62afea022/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c98748b-62a7-4d30-903b-3ba62afea022",
    "match": "https://api-prod.gambitprofit.com/api/matches/80cf6657-deb8-47f9-9417-77cbfabc8847/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-25T09:07:03.386336-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": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9587a7b5-2534-4b39-bc65-d94b3513cd27",
            "gambit_id": "606eafd3-a823-4a21-ba02-4cbb43985c42",
            "last_updated": "2023-02-26T11:37:26.759863-05:00",
            "created_at": "2023-02-25T09:07:03.388846-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c98748b-62a7-4d30-903b-3ba62afea022/?format=api"
        },
        {
            "id": "413a20a5-d6d8-46b0-a744-e07d44783428",
            "gambit_id": "e14bb8f1-dede-412e-83cf-7f6280d23ff1",
            "last_updated": "2023-02-26T11:37:26.758805-05:00",
            "created_at": "2023-02-25T09:07:03.387606-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c98748b-62a7-4d30-903b-3ba62afea022/?format=api"
        }
    ]
}