GET /api/bet_types/d072a4fa-c4aa-4978-800b-1c2dec5f2167/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d072a4fa-c4aa-4978-800b-1c2dec5f2167",
    "match": "https://api-prod.gambitprofit.com/api/matches/6acb5778-7867-4b5b-8145-41984f092ce6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T11:43:22.011906-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": "4b6d4f1e-936b-436b-9315-6d0f850ab94b",
            "gambit_id": "1b5a54c6-7f34-4abf-a7ea-5c86ea915ac4",
            "last_updated": "2023-08-12T18:28:11.822167-04:00",
            "created_at": "2023-08-11T11:43:22.016064-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/d072a4fa-c4aa-4978-800b-1c2dec5f2167/?format=api"
        },
        {
            "id": "ed01fa33-4b8d-4023-848b-c774506ffa10",
            "gambit_id": "6de11386-ca3e-40a1-98db-77aa175e3e1f",
            "last_updated": "2023-08-12T18:28:11.826386-04:00",
            "created_at": "2023-08-11T11:43:22.024945-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/d072a4fa-c4aa-4978-800b-1c2dec5f2167/?format=api"
        }
    ]
}