GET /api/bet_types/88d13686-4a81-42d6-92b2-6a9e5f59784c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88d13686-4a81-42d6-92b2-6a9e5f59784c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dd72e7d-d190-4c8c-907e-ad33f8e36b9a/?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 2.5",
                "amount": 5266.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4734.0
            }
        ],
        "expected_reward_tokens": 9373.32,
        "profit_sb": -126.68,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "a37ab26a-e2a8-4644-9963-513d147e8972",
            "gambit_id": "3c06e7a4-7645-486a-94aa-fd6ef0d4a13c",
            "last_updated": "2022-10-26T10:12:15.555349-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88d13686-4a81-42d6-92b2-6a9e5f59784c/?format=api"
        },
        {
            "id": "073b4133-0a70-46e7-ab8e-f4f2e85f5b51",
            "gambit_id": "b6d53e0e-8c18-498c-84e3-e639722ca12c",
            "last_updated": "2022-10-26T10:12:15.556452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88d13686-4a81-42d6-92b2-6a9e5f59784c/?format=api"
        }
    ]
}