GET /api/bet_types/ad30570b-40c3-4338-a509-b18c3146acfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad30570b-40c3-4338-a509-b18c3146acfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/785efa2a-d7af-48b8-9338-7d2264fbde4a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T12:42:15.028235-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": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3a06e4b-8f9c-4d2f-9d18-5591cf4d28f3",
            "gambit_id": "14060a7c-45eb-42c2-a8a5-d2ea0856e09b",
            "last_updated": "2023-04-03T20:27:18.569308-04:00",
            "created_at": "2023-04-02T12:42:15.031153-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad30570b-40c3-4338-a509-b18c3146acfd/?format=api"
        },
        {
            "id": "1331bb13-349a-4d00-b786-fbf2398ab36e",
            "gambit_id": "2ab28902-3e96-4764-84cd-abbd4f3bb4f5",
            "last_updated": "2023-04-03T20:27:18.573091-04:00",
            "created_at": "2023-04-02T12:42:15.034368-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad30570b-40c3-4338-a509-b18c3146acfd/?format=api"
        }
    ]
}