GET /api/bet_types/f13d0190-4715-4950-b3b9-5a6e014ce7a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f13d0190-4715-4950-b3b9-5a6e014ce7a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/72b799ec-e858-41d7-aa14-94da2808ff43/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-23T11:48:00.626145-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 Over 10.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d086c3e0-0e63-4309-8c43-f21170aa2b1c",
            "gambit_id": "eee0ec25-7a16-4567-8a66-ee7034c6aa84",
            "last_updated": "2023-07-24T13:23:15.908919-04:00",
            "created_at": "2023-07-23T11:48:00.629653-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f13d0190-4715-4950-b3b9-5a6e014ce7a8/?format=api"
        },
        {
            "id": "dd999da3-55a6-4e7e-bf99-10a689f2f265",
            "gambit_id": "a47861ad-3d0f-412f-9ecd-aa32d5903469",
            "last_updated": "2023-07-24T13:23:15.913252-04:00",
            "created_at": "2023-07-23T11:48:00.633562-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f13d0190-4715-4950-b3b9-5a6e014ce7a8/?format=api"
        }
    ]
}