GET /api/bet_types/7da41cba-6d43-41f2-8fa3-a94ccf9e0612/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7da41cba-6d43-41f2-8fa3-a94ccf9e0612",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8fb1313-3e50-458a-8921-2ac24c373f3c/?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 Over 49.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 49.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "fbaaa218-c5f0-46b4-a1b7-38d231ca1466",
            "gambit_id": "8113ff8b-1c08-4805-8523-2ecc3be23af6",
            "last_updated": "2022-09-20T08:32:11.259406-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7da41cba-6d43-41f2-8fa3-a94ccf9e0612/?format=api"
        },
        {
            "id": "75f170b1-e2e4-4f23-b0a7-2524b7b1aa58",
            "gambit_id": "bb2feb09-0493-4d61-8dbc-9d7f1696f195",
            "last_updated": "2022-09-20T08:32:11.258419-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "49.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7da41cba-6d43-41f2-8fa3-a94ccf9e0612/?format=api"
        }
    ]
}