GET /api/bet_types/9f3b61fa-4ab6-4a8d-be31-55ac15ca8717/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f3b61fa-4ab6-4a8d-be31-55ac15ca8717",
    "match": "https://api-prod.gambitprofit.com/api/matches/ceb722b5-ce59-459b-a0d5-1422d8feb628/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-27T08:48:10.022443-04: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": "SEA",
                "amount": 5773.0
            },
            {
                "team": "KAN",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "01324b55-5461-4085-94a5-a24aad030a33",
            "gambit_id": "eadedeb9-e4c0-45b3-bcd8-7944c3f15a90",
            "last_updated": "2023-08-29T09:03:25.356785-04:00",
            "created_at": "2023-08-27T08:48:10.031404-04:00",
            "name": "SEA",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f3b61fa-4ab6-4a8d-be31-55ac15ca8717/?format=api"
        },
        {
            "id": "232d93a5-e3eb-48e2-9995-9ae72c229086",
            "gambit_id": "09d159d0-3800-4c0a-a95a-2d3e6c51efbd",
            "last_updated": "2023-08-29T09:03:25.353684-04:00",
            "created_at": "2023-08-27T08:48:10.027383-04:00",
            "name": "KAN",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f3b61fa-4ab6-4a8d-be31-55ac15ca8717/?format=api"
        }
    ]
}