GET /api/bet_types/3cc9712d-82c5-4fa1-98d2-11ff97dc707e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cc9712d-82c5-4fa1-98d2-11ff97dc707e",
    "match": "https://api-prod.gambitprofit.com/api/matches/45f6f458-7bb6-4d70-8aa0-5a6deb6ce9ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-06T08:38:17.623729-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 Under 8.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "bbab786b-3fe9-46f2-b3ca-b177b77e5e31",
            "gambit_id": "2a58e5de-2cc8-4db6-8822-22980cdd8417",
            "last_updated": "2023-08-07T19:23:06.998519-04:00",
            "created_at": "2023-08-06T08:38:17.655244-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cc9712d-82c5-4fa1-98d2-11ff97dc707e/?format=api"
        },
        {
            "id": "47448212-06b6-4775-879e-18f97c1a95df",
            "gambit_id": "3f5bf80e-7ac9-4f72-8277-d0c8281509a9",
            "last_updated": "2023-08-07T19:23:06.995297-04:00",
            "created_at": "2023-08-06T08:38:17.633495-04:00",
            "name": "Game Total Over 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cc9712d-82c5-4fa1-98d2-11ff97dc707e/?format=api"
        }
    ]
}