GET /api/bet_types/dd4a1bbc-a96f-4b95-8e08-42711729a906/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd4a1bbc-a96f-4b95-8e08-42711729a906",
    "match": "https://api-prod.gambitprofit.com/api/matches/b40358bf-009d-471f-9117-69111cdc51cb/?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": "New Mexico",
                "amount": 5000.0
            },
            {
                "team": "New Mexico State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d2c5dbc-4993-4e80-8f15-4564bf48745c",
            "gambit_id": "bef128bd-fdff-4d57-8163-363d09325180",
            "last_updated": "2022-10-17T10:01:54.953350-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd4a1bbc-a96f-4b95-8e08-42711729a906/?format=api"
        },
        {
            "id": "1c40e54a-6fd7-419e-a8c9-71bc31d40a7f",
            "gambit_id": "8e630bcc-9b37-4ad7-a576-d1ec145f80f5",
            "last_updated": "2022-10-17T10:01:54.952376-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd4a1bbc-a96f-4b95-8e08-42711729a906/?format=api"
        }
    ]
}