GET /api/bet_types/0c98ec32-2cb2-4796-919a-1edbcc9ad086/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c98ec32-2cb2-4796-919a-1edbcc9ad086",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0f55cc-847b-4487-af00-987846219709/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T08:08:24.137096-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "37a78c15-c5aa-4315-b70c-01fa5b87f39b",
            "gambit_id": "2c304c84-87cc-4dd4-8c33-187ddd62aa7b",
            "last_updated": "2023-08-24T19:12:55.993759-04:00",
            "created_at": "2023-08-17T08:08:24.146151-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c98ec32-2cb2-4796-919a-1edbcc9ad086/?format=api"
        },
        {
            "id": "e5e89516-792e-4f56-8a14-17df3b042bd9",
            "gambit_id": "6899e694-a1a0-4a5c-b638-ca8530842a7c",
            "last_updated": "2023-08-24T19:12:55.990413-04:00",
            "created_at": "2023-08-17T08:08:24.142105-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c98ec32-2cb2-4796-919a-1edbcc9ad086/?format=api"
        }
    ]
}