GET /api/bet_types/d7e4eb19-6352-4d7d-b30e-8c4fd893c6c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7e4eb19-6352-4d7d-b30e-8c4fd893c6c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/72ace93c-36b8-4686-be86-ca020430c581/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T10:23:20.142215-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": "Total Rounds Over 2.5",
                "amount": 6462.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3538.0
            }
        ],
        "expected_reward_tokens": 9304.94,
        "profit_sb": -195.06,
        "profit_sb_percentage": -2.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fe4f380-6b76-4c95-bf4d-7050bdf76c16",
            "gambit_id": "92f3f84c-383d-4450-b3df-8050ae732963",
            "last_updated": "2023-07-03T10:53:11.841176-04:00",
            "created_at": "2023-07-01T10:23:20.144302-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7e4eb19-6352-4d7d-b30e-8c4fd893c6c9/?format=api"
        },
        {
            "id": "7ed2f667-22b7-4d77-b38e-2a8f01708979",
            "gambit_id": "2c0caa81-7391-4bab-9c91-aced9befd018",
            "last_updated": "2023-07-03T10:53:11.842841-04:00",
            "created_at": "2023-07-01T10:23:20.146369-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7e4eb19-6352-4d7d-b30e-8c4fd893c6c9/?format=api"
        }
    ]
}