GET /api/bet_types/20b75b46-8557-4d31-aa94-2b9b5edaf5ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20b75b46-8557-4d31-aa94-2b9b5edaf5ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5b9721b-1c43-40eb-a766-75c60c48a881/?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 Under 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "c05f3319-528f-4137-8064-4cb3f8e3a6c1",
            "gambit_id": "b09f96fe-618d-4752-83be-a458f150d342",
            "last_updated": "2022-09-05T13:52:17.727559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20b75b46-8557-4d31-aa94-2b9b5edaf5ee/?format=api"
        },
        {
            "id": "2604c6a0-b771-4d95-831a-be9c40707f05",
            "gambit_id": "2b3d9dce-f585-4465-8040-9e3f3a407fe7",
            "last_updated": "2022-09-05T13:52:17.728753-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20b75b46-8557-4d31-aa94-2b9b5edaf5ee/?format=api"
        }
    ]
}