GET /api/bet_types/fbe1eec3-80c7-4d43-842a-7d21e58da9ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbe1eec3-80c7-4d43-842a-7d21e58da9ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb27b39a-c906-4395-9158-d7da8049faa3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:52:11.927379-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb3f9ce5-2c73-48c9-97cb-8b29e982a87a",
            "gambit_id": "1a44daee-ead3-4933-88c0-24021fbb1931",
            "last_updated": "2023-04-05T17:32:12.243968-04:00",
            "created_at": "2023-04-04T09:52:11.931206-04:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe1eec3-80c7-4d43-842a-7d21e58da9ba/?format=api"
        },
        {
            "id": "ad0a78d9-1d77-4c92-aec0-bdf06cf9c7c9",
            "gambit_id": "5c0bf5c2-11ee-4cd6-b0a3-3d715eeaf429",
            "last_updated": "2023-04-05T17:32:12.242494-04:00",
            "created_at": "2023-04-04T09:52:11.929250-04:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe1eec3-80c7-4d43-842a-7d21e58da9ba/?format=api"
        }
    ]
}