GET /api/bet_types/00587440-ce72-4e2c-80e1-7c9bb0a1ac2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00587440-ce72-4e2c-80e1-7c9bb0a1ac2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/11198b7f-8f33-44e9-8c26-4e7e44dfe1aa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:00.503131-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": "Vegas Golden Knights",
                "amount": 6100.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "670f10d4-995a-49c1-89f1-79bdb0a00bd6",
            "gambit_id": "fef242b8-c20b-40ed-8394-2d0d249ad20f",
            "last_updated": "2023-03-10T10:36:59.106667-05:00",
            "created_at": "2023-03-09T09:02:00.506789-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00587440-ce72-4e2c-80e1-7c9bb0a1ac2c/?format=api"
        },
        {
            "id": "2666341d-b2d0-4b61-ab65-7d32723077b7",
            "gambit_id": "f8f21edd-952a-455d-b591-7a6082ab070e",
            "last_updated": "2023-03-10T10:36:59.105148-05:00",
            "created_at": "2023-03-09T09:02:00.504857-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00587440-ce72-4e2c-80e1-7c9bb0a1ac2c/?format=api"
        }
    ]
}