GET /api/bet_types/f47e5cd0-34c3-403e-b356-e6b2ff57ac8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f47e5cd0-34c3-403e-b356-e6b2ff57ac8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1addfd32-c726-42ca-8731-22551227156b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-30T09:36:55.081897-04: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 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ced73b4-9694-4853-b839-c6aca5b54890",
            "gambit_id": "721586f1-46d2-4d2d-88fe-6ea0e78bd05c",
            "last_updated": "2023-03-31T10:57:19.232872-04:00",
            "created_at": "2023-03-30T09:36:55.083750-04:00",
            "name": "Game Total Under 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f47e5cd0-34c3-403e-b356-e6b2ff57ac8c/?format=api"
        },
        {
            "id": "a493d62e-7a57-4e15-88c0-53cd53cfb20d",
            "gambit_id": "1448bb20-3b33-433e-a161-ff9852822262",
            "last_updated": "2023-03-31T10:57:19.234730-04:00",
            "created_at": "2023-03-30T09:36:55.085258-04:00",
            "name": "Game Total Over 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f47e5cd0-34c3-403e-b356-e6b2ff57ac8c/?format=api"
        }
    ]
}