GET /api/bet_types/02ce1531-a391-43ec-81c6-fb525d6f4a2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02ce1531-a391-43ec-81c6-fb525d6f4a2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c313cb3c-83f9-460c-ad0c-d9a274d776b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:24.111023-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": "Tampa Bay Lightning",
                "amount": 6232.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7dc34ce-346d-4792-b5fb-d06ba08d3b52",
            "gambit_id": "7411e1a4-02af-4558-9234-d342cd790fe9",
            "last_updated": "2024-01-09T10:18:16.151776-05:00",
            "created_at": "2024-01-06T09:23:24.115473-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02ce1531-a391-43ec-81c6-fb525d6f4a2b/?format=api"
        },
        {
            "id": "2b3af032-99a2-4903-84fd-9539cf7a2d2c",
            "gambit_id": "4c5344c1-162e-422d-97d2-a0ca2f9197f2",
            "last_updated": "2024-01-09T10:18:16.155129-05:00",
            "created_at": "2024-01-06T09:23:24.120477-05:00",
            "name": "Boston Bruins",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02ce1531-a391-43ec-81c6-fb525d6f4a2b/?format=api"
        }
    ]
}