GET /api/bet_types/90202736-b041-465f-b581-aefb38af48d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90202736-b041-465f-b581-aefb38af48d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/34e434e3-b7ed-464f-b538-1f9e9e1c1826/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:06.267426-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": "Duke",
                "amount": 5097.0
            },
            {
                "team": "Central Florida",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c54da07-a3d5-4f27-89ed-21194d745957",
            "gambit_id": "0cb7d1a6-6e9c-46ba-9c1f-2435bc3518e0",
            "last_updated": "2022-12-30T18:52:01.732121-05:00",
            "created_at": "2022-12-28T09:32:06.268708-05:00",
            "name": "Duke",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90202736-b041-465f-b581-aefb38af48d2/?format=api"
        },
        {
            "id": "01cb951b-18b0-459c-a68e-5fd5ca42c897",
            "gambit_id": "015d36b7-266b-4668-8bad-868fd4ccf67f",
            "last_updated": "2022-12-30T18:52:01.733213-05:00",
            "created_at": "2022-12-28T09:32:06.270020-05:00",
            "name": "Central Florida",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90202736-b041-465f-b581-aefb38af48d2/?format=api"
        }
    ]
}