GET /api/bet_types/9cc28fea-0c11-45f2-8a47-b837e8d04500/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cc28fea-0c11-45f2-8a47-b837e8d04500",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea10682-69c5-4e48-a314-3ec04c0faa95/?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 217.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 217.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e107bba3-bdc7-49e1-b6f6-578c3e53e7f6",
            "gambit_id": "83ee55ca-28e1-4c8b-a89a-ccb362d4944b",
            "last_updated": "2022-11-14T15:07:44.063105-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 217.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cc28fea-0c11-45f2-8a47-b837e8d04500/?format=api"
        },
        {
            "id": "e884acfd-aabf-4e20-b1ed-17cddcd57a80",
            "gambit_id": "30809806-ed7f-44a9-aef3-b5663df21ab5",
            "last_updated": "2022-11-14T15:07:44.064231-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 217.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "217.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cc28fea-0c11-45f2-8a47-b837e8d04500/?format=api"
        }
    ]
}