GET /api/bet_types/939f1fd5-60e2-4c9b-91f8-0d568896a27f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "939f1fd5-60e2-4c9b-91f8-0d568896a27f",
    "match": "https://api-prod.gambitprofit.com/api/matches/beae7bfb-207b-41ad-a590-1294e3dcc55f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T10:43:13.439741-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 Under 1.5",
                "amount": 6309.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 9337.32,
        "profit_sb": -162.68,
        "profit_sb_percentage": -1.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "3331a8f4-f7b3-4ff9-a690-51accf51b8fc",
            "gambit_id": "e0c45fe3-1d9b-48d2-afe5-e697d856a81d",
            "last_updated": "2023-08-28T18:48:02.380446-04:00",
            "created_at": "2023-08-25T10:43:13.447919-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/939f1fd5-60e2-4c9b-91f8-0d568896a27f/?format=api"
        },
        {
            "id": "c811755c-5894-4c0b-a02c-922a0b709c33",
            "gambit_id": "3125af8e-1f8d-46d0-a30a-3ab26ebd6f5d",
            "last_updated": "2023-08-28T18:48:02.376144-04:00",
            "created_at": "2023-08-25T10:43:13.443639-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/939f1fd5-60e2-4c9b-91f8-0d568896a27f/?format=api"
        }
    ]
}