GET /api/bet_types/9576e668-150d-4fef-ab9b-f0c03e32fae1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9576e668-150d-4fef-ab9b-f0c03e32fae1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c6d1379-459d-4769-baf2-72e518946f5a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:07.620772-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bbe4038-a131-43ea-b889-7cc6224b76a2",
            "gambit_id": "a4174808-0b27-4699-8f2e-d026a49a6a52",
            "last_updated": "2023-04-10T14:37:07.148910-04:00",
            "created_at": "2023-04-09T09:27:07.625506-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9576e668-150d-4fef-ab9b-f0c03e32fae1/?format=api"
        },
        {
            "id": "69a710d5-a852-4459-87b8-d873f65bcca2",
            "gambit_id": "d40f7b34-2a83-4a79-8d99-51fc1010dee0",
            "last_updated": "2023-04-10T14:37:07.150841-04:00",
            "created_at": "2023-04-09T09:27:07.630188-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9576e668-150d-4fef-ab9b-f0c03e32fae1/?format=api"
        }
    ]
}