GET /api/bet_types/0d5076a2-9062-4249-a43a-2d2293c78043/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d5076a2-9062-4249-a43a-2d2293c78043",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d2d6b00-db44-44f3-a08e-cbb89a395826/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-30T10:47:17.105983-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bf238c9-2446-4c43-a579-63a45bf88cc4",
            "gambit_id": "797e81a6-9b30-4c41-8aed-076d013e559f",
            "last_updated": "2023-05-31T11:47:20.300182-04:00",
            "created_at": "2023-05-30T10:47:17.108394-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d5076a2-9062-4249-a43a-2d2293c78043/?format=api"
        },
        {
            "id": "c310e244-3adf-47cc-bff5-c322e9df1fd6",
            "gambit_id": "61db1261-b0fe-4719-be90-86af1a654962",
            "last_updated": "2023-05-31T11:47:20.302777-04:00",
            "created_at": "2023-05-30T10:47:17.111055-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d5076a2-9062-4249-a43a-2d2293c78043/?format=api"
        }
    ]
}