GET /api/bet_types/d1743db7-6c1e-4528-9dd5-7837b499d1c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1743db7-6c1e-4528-9dd5-7837b499d1c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/75377a8b-fe2d-4113-914e-110ce5070ba1/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "942c5a8f-e2c9-45fd-b348-4a66392e9d40",
            "gambit_id": "79f37367-c452-4657-b383-2d4bf71157d4",
            "last_updated": "2022-09-06T09:22:12.073896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1743db7-6c1e-4528-9dd5-7837b499d1c3/?format=api"
        },
        {
            "id": "4136f9c5-6435-4cf1-88e1-04c51fafb728",
            "gambit_id": "0a41a3ab-ee98-4f37-a2ae-7d073b8f4648",
            "last_updated": "2022-09-06T09:22:12.074980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1743db7-6c1e-4528-9dd5-7837b499d1c3/?format=api"
        }
    ]
}