GET /api/bet_types/b1003589-b97d-4223-8a51-b1b77db9b412/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1003589-b97d-4223-8a51-b1b77db9b412",
    "match": "https://api-prod.gambitprofit.com/api/matches/08551a9b-dd71-47e0-baf2-fed22b37e2af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T09:08:21.489746-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": "CLE",
                "amount": 5784.0
            },
            {
                "team": "SDG",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c26b9f7-41b2-4ea3-860f-715acf8802da",
            "gambit_id": "9e532e0b-9324-4ef0-b3a0-de315658396e",
            "last_updated": "2023-06-14T11:18:15.705873-04:00",
            "created_at": "2023-06-13T09:08:21.491364-04:00",
            "name": "CLE",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1003589-b97d-4223-8a51-b1b77db9b412/?format=api"
        },
        {
            "id": "6f0e7841-8214-4e94-8518-b47778ae6a87",
            "gambit_id": "978fb64f-e15c-46c9-aa15-27e8e8a394b2",
            "last_updated": "2023-06-14T11:18:15.708776-04:00",
            "created_at": "2023-06-13T09:08:21.493170-04:00",
            "name": "SDG",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1003589-b97d-4223-8a51-b1b77db9b412/?format=api"
        }
    ]
}