GET /api/bet_types/295deee4-54cc-4df6-bb66-e14bdb169f01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "295deee4-54cc-4df6-bb66-e14bdb169f01",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8d7d899-4d68-437e-a172-81b08b90aae0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T00:32:01.172603-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 2.5",
                "amount": 5615.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9208.5,
        "profit_sb": -291.5,
        "profit_sb_percentage": -3.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d9b77aa-7b41-4cef-affa-51e338cd4cf1",
            "gambit_id": "a69ea48b-27b7-4eb7-a5c5-0e1a005dd4af",
            "last_updated": "2023-04-10T15:07:14.124487-04:00",
            "created_at": "2023-04-09T00:32:01.179122-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.64000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/295deee4-54cc-4df6-bb66-e14bdb169f01/?format=api"
        },
        {
            "id": "a9199e53-a487-4b3e-a182-d8536249d9c4",
            "gambit_id": "7fcfafca-562a-4ae1-8457-b9a65860b864",
            "last_updated": "2023-04-10T15:07:14.121433-04:00",
            "created_at": "2023-04-09T00:32:01.175542-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/295deee4-54cc-4df6-bb66-e14bdb169f01/?format=api"
        }
    ]
}