GET /api/bet_types/5486d778-352e-4eae-a475-d669b8ef1ad8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5486d778-352e-4eae-a475-d669b8ef1ad8",
    "match": "https://api-prod.gambitprofit.com/api/matches/958ae876-e848-45a1-9bd5-c0313973a5d8/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Under 7",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "07830d0c-ce9c-47fc-a801-83aa9e7f68bb",
            "gambit_id": "9a799c57-13c4-467f-b95d-ea4260f79d6f",
            "last_updated": "2022-12-24T17:12:11.121295-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5486d778-352e-4eae-a475-d669b8ef1ad8/?format=api"
        },
        {
            "id": "acf06005-d3ce-4d53-9745-4c38a0bc4a8b",
            "gambit_id": "a397d7bd-8345-4282-8746-31f3eb8ff6d1",
            "last_updated": "2022-12-24T17:12:11.122542-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5486d778-352e-4eae-a475-d669b8ef1ad8/?format=api"
        }
    ]
}