GET /api/bet_types/95f09783-d0cf-4abf-98c8-62bead03d180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95f09783-d0cf-4abf-98c8-62bead03d180",
    "match": "https://api-prod.gambitprofit.com/api/matches/de952576-a4cf-455c-9c24-60010a0cd28f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T09:43:05.362999-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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b781f933-b286-46a3-8a19-4b879dbe6785",
            "gambit_id": "19380f56-fb61-41e1-a6ec-582552e6bf01",
            "last_updated": "2023-07-05T18:53:21.411126-04:00",
            "created_at": "2023-07-04T09:43:05.368305-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/95f09783-d0cf-4abf-98c8-62bead03d180/?format=api"
        },
        {
            "id": "4c4d8f70-9f10-4b98-b109-06ef105b44cf",
            "gambit_id": "86e4e468-7c37-4a4c-a8cf-6d4d66343759",
            "last_updated": "2023-07-05T18:53:21.412799-04:00",
            "created_at": "2023-07-04T09:43:05.365590-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/95f09783-d0cf-4abf-98c8-62bead03d180/?format=api"
        }
    ]
}