GET /api/bet_types/b72a4b84-d006-4e1c-a59f-073e2200fef6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b72a4b84-d006-4e1c-a59f-073e2200fef6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ac98692-8a7f-4459-ad58-61d60f8ef58e/?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 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "859cb519-4cb0-4d1d-bc0d-ba8e1e004654",
            "gambit_id": "f1643bbb-c10b-4053-93ef-d53f641cb18d",
            "last_updated": "2022-09-18T20:32:16.389037-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b72a4b84-d006-4e1c-a59f-073e2200fef6/?format=api"
        },
        {
            "id": "aaa90ada-99ee-4178-aff3-7313cb10d008",
            "gambit_id": "1a897095-5c42-414e-af62-2fb10692a3cc",
            "last_updated": "2022-09-18T20:32:16.390206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b72a4b84-d006-4e1c-a59f-073e2200fef6/?format=api"
        }
    ]
}