GET /api/bet_types/d899ea26-291d-4a5b-ac62-dc73e55addca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d899ea26-291d-4a5b-ac62-dc73e55addca",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e92f17d-8395-4951-b45d-ac9100b027d7/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 7.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "17e4b68d-d653-4da6-bba5-574c3f042655",
            "gambit_id": "9046de53-467a-4200-962e-04358a51fe0f",
            "last_updated": "2022-10-04T13:12:05.860396-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d899ea26-291d-4a5b-ac62-dc73e55addca/?format=api"
        },
        {
            "id": "03eae738-6a5c-4e21-9a5f-79bcaf0fe59c",
            "gambit_id": "d0aba1c1-fea9-4705-8531-2a5dd35ef568",
            "last_updated": "2022-10-04T13:12:05.861518-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d899ea26-291d-4a5b-ac62-dc73e55addca/?format=api"
        }
    ]
}