GET /api/bet_types/7f60347d-8539-493d-92c8-3cfb0fc26043/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f60347d-8539-493d-92c8-3cfb0fc26043",
    "match": "https://api-prod.gambitprofit.com/api/matches/26aab289-94b3-4df0-b6f1-c6713a1448d4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-31T09:58:22.224369-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 238.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 238.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "304f0be1-359e-4fdc-9a4d-555b5e3b41e5",
            "gambit_id": "7a671f62-4c11-4784-971d-f5ab8989e79c",
            "last_updated": "2024-02-01T10:38:00.380276-05:00",
            "created_at": "2024-01-31T09:58:22.228362-05:00",
            "name": "Game Total Over 238.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f60347d-8539-493d-92c8-3cfb0fc26043/?format=api"
        },
        {
            "id": "987bb8d7-374a-497c-b6d0-1b5cbe6f0cb8",
            "gambit_id": "b701ee2f-1f69-4706-a1e1-eb751a5a2133",
            "last_updated": "2024-02-01T10:38:00.384207-05:00",
            "created_at": "2024-01-31T09:58:22.232444-05:00",
            "name": "Game Total Under 238.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "238.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f60347d-8539-493d-92c8-3cfb0fc26043/?format=api"
        }
    ]
}