GET /api/bet_types/5625aabb-d1bf-42e4-90b5-e6f05b85eb98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5625aabb-d1bf-42e4-90b5-e6f05b85eb98",
    "match": "https://api-prod.gambitprofit.com/api/matches/8595bbe1-c4a6-4f1a-b8b0-94f55c48381b/?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 36",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 36",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "687a5334-bb58-49a6-be3c-21b763c52b4f",
            "gambit_id": "36f4f9f4-e00a-4fd7-84b9-1432e3dfb7b3",
            "last_updated": "2022-08-22T11:17:15.133195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 36",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5625aabb-d1bf-42e4-90b5-e6f05b85eb98/?format=api"
        },
        {
            "id": "936573f2-956f-46b2-80b4-e0120239481b",
            "gambit_id": "153463ce-9c9b-42fe-8dce-b2880c46bf23",
            "last_updated": "2022-08-22T11:17:15.132741-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 36",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "36.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5625aabb-d1bf-42e4-90b5-e6f05b85eb98/?format=api"
        }
    ]
}