GET /api/bet_types/bf9f00c0-1633-489e-acc2-3eb63fec547e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf9f00c0-1633-489e-acc2-3eb63fec547e",
    "match": "https://api-prod.gambitprofit.com/api/matches/554e7480-1e31-4b66-96ad-f4099457e552/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:10.215809-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "16000fda-a5ba-4d35-be04-127ae2b42e1d",
            "gambit_id": "cc6347a3-34aa-4f8a-9d8f-17c3c67ffd12",
            "last_updated": "2023-04-27T11:52:08.059195-04:00",
            "created_at": "2023-04-26T12:02:10.218523-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf9f00c0-1633-489e-acc2-3eb63fec547e/?format=api"
        },
        {
            "id": "e578c581-72da-4333-96bb-a788d0fbe9bb",
            "gambit_id": "48a61a98-acf7-4d0e-93ea-d2fc478fae93",
            "last_updated": "2023-04-27T11:52:08.056924-04:00",
            "created_at": "2023-04-26T12:02:10.217170-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf9f00c0-1633-489e-acc2-3eb63fec547e/?format=api"
        }
    ]
}