GET /api/bet_types/f7169ea3-bb85-4326-b19c-31f899a3dad0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7169ea3-bb85-4326-b19c-31f899a3dad0",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd8d813b-811e-4e4d-8e87-af1cab077020/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:52:57.884959-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2270cb1-e2b7-44a7-9185-5a5108aa95f6",
            "gambit_id": "703b61a1-d88c-4610-9a2a-bd96b5a67743",
            "last_updated": "2023-08-05T12:08:21.715555-04:00",
            "created_at": "2023-08-04T08:52:57.892826-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7169ea3-bb85-4326-b19c-31f899a3dad0/?format=api"
        },
        {
            "id": "6034e8d5-f072-44c0-ad25-79b0aa4ace95",
            "gambit_id": "4f197811-e43b-4fa0-aa49-944c84e4dfa7",
            "last_updated": "2023-08-05T12:08:21.718985-04:00",
            "created_at": "2023-08-04T08:52:57.897558-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7169ea3-bb85-4326-b19c-31f899a3dad0/?format=api"
        }
    ]
}