GET /api/bet_types/6280f28c-762a-4920-82c2-f9b8d2904f7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6280f28c-762a-4920-82c2-f9b8d2904f7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5138c5da-d73e-4851-a6e8-6e1881db2e17/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-06T09:23:24.387322-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 Over 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cec1806-52c9-4d7f-9c33-bfe1007ad82e",
            "gambit_id": "685534a2-55a9-403b-b1b7-29b641e9f910",
            "last_updated": "2024-01-09T10:18:18.266462-05:00",
            "created_at": "2024-01-06T09:23:24.391831-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6280f28c-762a-4920-82c2-f9b8d2904f7d/?format=api"
        },
        {
            "id": "184b639b-7a7b-4942-9438-b80c1e99aa99",
            "gambit_id": "21339aae-3ec1-4c78-ae90-db8dbc0573d7",
            "last_updated": "2024-01-09T10:18:18.269761-05:00",
            "created_at": "2024-01-06T09:23:24.397020-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6280f28c-762a-4920-82c2-f9b8d2904f7d/?format=api"
        }
    ]
}