GET /api/bet_types/6d01cbb6-f35b-4470-947e-07adc644b3e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d01cbb6-f35b-4470-947e-07adc644b3e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d7234cb-4334-4d98-b489-893419e98ed3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-26T11:58:17.865166-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": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0398fc5-47b8-4c45-875b-3fbded1206a4",
            "gambit_id": "2a05c642-b203-485a-bfd3-e8a312c09cba",
            "last_updated": "2023-12-27T13:17:58.504325-05:00",
            "created_at": "2023-12-26T11:58:17.875568-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d01cbb6-f35b-4470-947e-07adc644b3e2/?format=api"
        },
        {
            "id": "56975fa5-2e43-42cd-8b71-93ef1f0d22b8",
            "gambit_id": "c5ed7e01-9926-4488-95a4-a54af4927f90",
            "last_updated": "2023-12-27T13:17:58.511720-05:00",
            "created_at": "2023-12-26T11:58:17.870706-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d01cbb6-f35b-4470-947e-07adc644b3e2/?format=api"
        }
    ]
}