GET /api/bet_types/3cf59b1d-08dc-4aa4-91d1-cbc156299231/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cf59b1d-08dc-4aa4-91d1-cbc156299231",
    "match": "https://api-prod.gambitprofit.com/api/matches/da76b183-af5a-4a31-ab8b-7aea440f1f8f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T11:43:23.551904-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 35",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 35",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d19a8b66-d0e4-42b4-9e27-6b37b99380b1",
            "gambit_id": "c3249199-dfc7-4249-837b-592dbfc6b701",
            "last_updated": "2023-08-14T11:18:19.074877-04:00",
            "created_at": "2023-08-11T11:43:23.555799-04:00",
            "name": "Game Total Over 35",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cf59b1d-08dc-4aa4-91d1-cbc156299231/?format=api"
        },
        {
            "id": "597bde89-9b14-4d5e-90e3-a86b7fb9240c",
            "gambit_id": "9eda83e3-3158-4fa0-8c6e-a084272df29f",
            "last_updated": "2023-08-14T11:18:19.078118-04:00",
            "created_at": "2023-08-11T11:43:23.560043-04:00",
            "name": "Game Total Under 35",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cf59b1d-08dc-4aa4-91d1-cbc156299231/?format=api"
        }
    ]
}