GET /api/bet_types/9be6dec6-c68c-43b9-9214-95886df921df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9be6dec6-c68c-43b9-9214-95886df921df",
    "match": "https://api-prod.gambitprofit.com/api/matches/7af9bc08-e7f9-43f8-a49f-c58e9b900005/?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": "UTEP",
                "amount": 5000.0
            },
            {
                "team": "New Mexico State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "0cc66a10-1c3a-4320-a7b8-0e66443621e2",
            "gambit_id": "a2f8ada4-e22f-4913-8d40-63dc4b7a8247",
            "last_updated": "2022-09-11T09:52:31.058116-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9be6dec6-c68c-43b9-9214-95886df921df/?format=api"
        },
        {
            "id": "0b910756-47d1-4948-ba5b-195152b860bd",
            "gambit_id": "f671ea47-6607-4ef3-a4f1-d0f7df0c4397",
            "last_updated": "2022-09-11T09:52:31.059195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "17.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9be6dec6-c68c-43b9-9214-95886df921df/?format=api"
        }
    ]
}