GET /api/bet_types/36a220ba-e967-4026-95a8-620088c28ceb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36a220ba-e967-4026-95a8-620088c28ceb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b5be159-b99e-45a1-ae7b-ce209b325a56/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:57.249363-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": "Atlanta Falcons",
                "amount": 5094.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "8aaab2df-8342-40ca-8f55-20a8baf97bab",
            "gambit_id": "80232ebc-1cbf-4f20-a080-aebb45997874",
            "last_updated": "2023-10-16T18:28:02.325025-04:00",
            "created_at": "2023-10-12T10:57:57.257183-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a220ba-e967-4026-95a8-620088c28ceb/?format=api"
        },
        {
            "id": "ad545888-224a-4d12-939e-08a204dbbc1e",
            "gambit_id": "31070003-27ca-4437-b06b-d21001811d00",
            "last_updated": "2023-10-16T18:28:02.321589-04:00",
            "created_at": "2023-10-12T10:57:57.253303-04:00",
            "name": "Washington Commanders",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a220ba-e967-4026-95a8-620088c28ceb/?format=api"
        }
    ]
}