GET /api/bet_types/091b4bee-fce3-4285-95fa-604353178ec9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "091b4bee-fce3-4285-95fa-604353178ec9",
    "match": "https://api-prod.gambitprofit.com/api/matches/177727c9-6444-48aa-9600-f8f05062a999/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:11.104798-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": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "394fb3c5-07a9-4f26-af55-48e27c85338c",
            "gambit_id": "30cf2d33-e1a6-47a7-98eb-f8d72c027f8b",
            "last_updated": "2023-04-10T14:31:59.680586-04:00",
            "created_at": "2023-04-09T09:27:11.110507-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/091b4bee-fce3-4285-95fa-604353178ec9/?format=api"
        },
        {
            "id": "5150bd7e-da0f-47da-a34d-8bcf4ef781bf",
            "gambit_id": "c73b7ecd-08c6-4a8e-b963-d4a0796ba11f",
            "last_updated": "2023-04-10T14:31:59.678735-04:00",
            "created_at": "2023-04-09T09:27:11.107546-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/091b4bee-fce3-4285-95fa-604353178ec9/?format=api"
        }
    ]
}