GET /api/bet_types/6e653f20-959a-4b26-bb2d-80f61a4e99f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e653f20-959a-4b26-bb2d-80f61a4e99f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f89e01d1-0556-4ea4-a3ea-e38cbef917a8/?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": "Arizona Cardinals",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "85dbb976-b8c3-447c-bd4e-f8339a7376d6",
            "gambit_id": "31151c67-4516-42bd-a6f5-59ed2b6dd36c",
            "last_updated": "2022-09-26T09:52:12.371775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e653f20-959a-4b26-bb2d-80f61a4e99f1/?format=api"
        },
        {
            "id": "abde479e-c316-4319-8802-edda3e1214b3",
            "gambit_id": "8ca22f9b-4b17-4109-9ee9-1b5578aa7ef0",
            "last_updated": "2022-09-26T09:52:12.369989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e653f20-959a-4b26-bb2d-80f61a4e99f1/?format=api"
        }
    ]
}