GET /api/bet_types/88f2db03-eb85-462a-a4b1-e5bfd80a3b7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88f2db03-eb85-462a-a4b1-e5bfd80a3b7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ce042d1-bd05-48b9-ab41-29b97563b6c0/?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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "922e73b1-1a42-4f15-9c0a-152e207fb8c4",
            "gambit_id": "7d057bd7-f538-4321-9502-92a67dc07d46",
            "last_updated": "2022-11-22T09:52:09.153438-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f2db03-eb85-462a-a4b1-e5bfd80a3b7b/?format=api"
        },
        {
            "id": "9bc9b5e9-8cfd-438b-8bdc-2ee767340c53",
            "gambit_id": "0b29de14-83eb-4840-b335-7b2b889a2afe",
            "last_updated": "2022-11-22T09:52:09.154415-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88f2db03-eb85-462a-a4b1-e5bfd80a3b7b/?format=api"
        }
    ]
}