GET /api/bet_types/0fd993dc-0caf-49f7-ab09-69730c530e97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fd993dc-0caf-49f7-ab09-69730c530e97",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4af8095-a3e2-4b58-a047-516ad4dc6f00/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T08:13:17.726547-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8e7161f-79b3-4ddc-b2aa-e9a0e7d61cd7",
            "gambit_id": "9b5d5d25-37e6-41d3-9807-0719bebc19cf",
            "last_updated": "2023-09-29T10:08:19.535351-04:00",
            "created_at": "2023-09-28T08:13:17.730403-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fd993dc-0caf-49f7-ab09-69730c530e97/?format=api"
        },
        {
            "id": "d504c2b9-50c9-4072-8da8-91bcf7831bd7",
            "gambit_id": "4371163d-73be-4e5c-9eb7-d05360ed8b68",
            "last_updated": "2023-09-29T10:08:19.538699-04:00",
            "created_at": "2023-09-28T08:13:17.735414-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fd993dc-0caf-49f7-ab09-69730c530e97/?format=api"
        }
    ]
}