GET /api/bet_types/f0610fa7-49c3-4203-b2f3-88c434b6900d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0610fa7-49c3-4203-b2f3-88c434b6900d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e974b28-2160-483e-bcf0-8704ade5ceea/?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 Over 8",
                "amount": 5207.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "737720b0-c5f5-4687-b1a2-16c197307e14",
            "gambit_id": "0bfcc084-89fd-4af8-a957-c8674efecc17",
            "last_updated": "2022-09-14T10:32:14.299472-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0610fa7-49c3-4203-b2f3-88c434b6900d/?format=api"
        },
        {
            "id": "549def97-6a16-46cc-9cff-b80424f4f299",
            "gambit_id": "47cc3650-4297-467f-8d8d-6b84b6b4c231",
            "last_updated": "2022-09-14T10:32:14.298424-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0610fa7-49c3-4203-b2f3-88c434b6900d/?format=api"
        }
    ]
}