GET /api/bet_types/96010006-12a4-44fd-a8d7-e634074e141d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96010006-12a4-44fd-a8d7-e634074e141d",
    "match": "https://api-prod.gambitprofit.com/api/matches/759bf6cc-be08-40a7-8b28-cc4074f4f338/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-23T09:06:50.825495-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6764ce5-ebef-4738-96d7-20275331a806",
            "gambit_id": "e30cbcba-77e6-40af-b547-93b24f0a3f88",
            "last_updated": "2023-03-24T10:56:53.350237-04:00",
            "created_at": "2023-03-23T09:06:50.827485-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96010006-12a4-44fd-a8d7-e634074e141d/?format=api"
        },
        {
            "id": "b5294b2f-4fc1-493f-b228-b93297659b91",
            "gambit_id": "51fb2b3b-5fdc-422b-8bfb-0eed450e1061",
            "last_updated": "2023-03-24T10:56:53.353552-04:00",
            "created_at": "2023-03-23T09:06:50.829266-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96010006-12a4-44fd-a8d7-e634074e141d/?format=api"
        }
    ]
}