GET /api/bet_types/e29d11e5-4238-41a6-88f3-1cb7d409571a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e29d11e5-4238-41a6-88f3-1cb7d409571a",
    "match": "https://api-prod.gambitprofit.com/api/matches/286ff79a-2f1f-4e86-b6da-d07572119dbc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-02T16:07:15.561103-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 2.5",
                "amount": 5163.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4837.0
            }
        ],
        "expected_reward_tokens": 9190.14,
        "profit_sb": -309.86,
        "profit_sb_percentage": -3.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "d646d9cd-fde6-40d0-bab7-4be0d22d7559",
            "gambit_id": "92dbff8e-4083-4515-9d1c-ca1110ebe4a3",
            "last_updated": "2023-02-05T12:42:11.544756-05:00",
            "created_at": "2023-02-02T16:07:15.562402-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.78000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e29d11e5-4238-41a6-88f3-1cb7d409571a/?format=api"
        },
        {
            "id": "5c25dfeb-188a-4907-8457-c4d526c05d5d",
            "gambit_id": "6baaa4ca-536e-4712-9f0d-bb42645a8930",
            "last_updated": "2023-02-05T12:42:11.546367-05:00",
            "created_at": "2023-02-02T16:07:15.563752-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.90000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e29d11e5-4238-41a6-88f3-1cb7d409571a/?format=api"
        }
    ]
}