GET /api/bet_types/bf8a163b-8311-4b7c-8c98-be9071ea6d2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf8a163b-8311-4b7c-8c98-be9071ea6d2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/24f1565f-4b98-4f5b-bd82-0818ff81a045/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:18:01.175166-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 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b01d8c10-2fc4-4028-8dc4-5cf2f93926d9",
            "gambit_id": "4fb90bb4-8b8c-4e91-8ceb-4225606b1614",
            "last_updated": "2023-12-26T15:13:18.557084-05:00",
            "created_at": "2023-12-23T09:18:01.178995-05:00",
            "name": "Game Total Over 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf8a163b-8311-4b7c-8c98-be9071ea6d2f/?format=api"
        },
        {
            "id": "787477f1-dab1-410c-b67a-96b12777f16b",
            "gambit_id": "f5e751e8-a048-4698-aeae-d19f10712efb",
            "last_updated": "2023-12-26T15:13:18.560395-05:00",
            "created_at": "2023-12-23T09:18:01.183942-05:00",
            "name": "Game Total Under 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf8a163b-8311-4b7c-8c98-be9071ea6d2f/?format=api"
        }
    ]
}