GET /api/bet_types/a1413970-7e3a-4baf-8c23-5261d45ed23b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1413970-7e3a-4baf-8c23-5261d45ed23b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab1a331-1807-4b7f-be78-b25ea6bbf7af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-13T09:08:19.551919-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": "COL",
                "amount": 5000.0
            },
            {
                "team": "BOS",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6f79803-ba57-4993-ac69-d77e7eead0d6",
            "gambit_id": "509f484a-c211-4393-9a9f-e697e2d36b52",
            "last_updated": "2023-06-14T11:23:21.803951-04:00",
            "created_at": "2023-06-13T09:08:19.554208-04:00",
            "name": "COL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1413970-7e3a-4baf-8c23-5261d45ed23b/?format=api"
        },
        {
            "id": "15dd611d-9125-4604-86d4-9e6908f977d1",
            "gambit_id": "91dc787e-fa10-4d38-b8d8-6a2654b5d1cf",
            "last_updated": "2023-06-14T11:23:21.805810-04:00",
            "created_at": "2023-06-13T09:08:19.556476-04:00",
            "name": "BOS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1413970-7e3a-4baf-8c23-5261d45ed23b/?format=api"
        }
    ]
}