GET /api/bet_types/1fe565d3-9c15-45ef-ba32-78373d94fd26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fe565d3-9c15-45ef-ba32-78373d94fd26",
    "match": "https://api-prod.gambitprofit.com/api/matches/53fb570a-d554-4c85-953a-f6235746e402/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-17T09:32:59.273269-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 7",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c933e0d6-075e-4afb-8fb8-902d4b889559",
            "gambit_id": "76be24e0-457c-4eb9-9a5a-806998ce1641",
            "last_updated": "2023-06-18T10:28:11.715912-04:00",
            "created_at": "2023-06-17T09:32:59.275339-04:00",
            "name": "Game Total Over 7",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe565d3-9c15-45ef-ba32-78373d94fd26/?format=api"
        },
        {
            "id": "a70366ea-cef1-4236-b7ed-abb9fe8ca11a",
            "gambit_id": "9bb481eb-547b-467b-9c18-61a78aeb409f",
            "last_updated": "2023-06-18T10:28:11.717695-04:00",
            "created_at": "2023-06-17T09:32:59.277714-04:00",
            "name": "Game Total Under 7",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe565d3-9c15-45ef-ba32-78373d94fd26/?format=api"
        }
    ]
}