GET /api/bet_types/05a152ac-399b-48b0-bb2c-2a2a686feaac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05a152ac-399b-48b0-bb2c-2a2a686feaac",
    "match": "https://api-prod.gambitprofit.com/api/matches/87b13cd3-30de-41c8-ab9b-4f5e095e70fe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:06:57.564344-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": "Game Total Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cee5438e-3776-4b80-9f35-c0364c31b5de",
            "gambit_id": "35ab03dc-4d5a-49fa-a397-b341d8936060",
            "last_updated": "2023-04-23T18:27:07.278919-04:00",
            "created_at": "2023-04-22T13:06:57.567924-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05a152ac-399b-48b0-bb2c-2a2a686feaac/?format=api"
        },
        {
            "id": "af19ab76-356e-46ef-b2a0-dd5e50e51edc",
            "gambit_id": "09c7c733-9167-4698-9b71-ce25f0ca2003",
            "last_updated": "2023-04-23T18:27:07.276195-04:00",
            "created_at": "2023-04-22T13:06:57.566233-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05a152ac-399b-48b0-bb2c-2a2a686feaac/?format=api"
        }
    ]
}