GET /api/bet_types/ab17d33f-736a-4a92-af46-49a6f64c3b0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab17d33f-736a-4a92-af46-49a6f64c3b0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/677761ad-0cc0-4dc4-9c21-0984c74230b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T09:08:17.728861-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "43da7a7a-061f-4106-bd5e-92f689e4d7fd",
            "gambit_id": "a2886424-7c2e-4870-82f9-66c8802d4f86",
            "last_updated": "2023-09-07T20:08:21.585904-04:00",
            "created_at": "2023-09-06T09:08:17.732954-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab17d33f-736a-4a92-af46-49a6f64c3b0c/?format=api"
        },
        {
            "id": "3c6019df-562c-4fc1-b5c3-efc40ea2ec03",
            "gambit_id": "dfc821aa-2f5f-41da-8fd6-a2edabb24e3b",
            "last_updated": "2023-09-07T20:08:21.589436-04:00",
            "created_at": "2023-09-06T09:08:17.737442-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab17d33f-736a-4a92-af46-49a6f64c3b0c/?format=api"
        }
    ]
}