GET /api/bet_types/3ecd1c12-90ad-4dc2-a9eb-d0c7d0cf996e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ecd1c12-90ad-4dc2-a9eb-d0c7d0cf996e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6de953b-02e3-4a0e-83fa-099696709ab4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T09:42:14.096240-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": "Total Rounds Under 2.5",
                "amount": 5669.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4331.0
            }
        ],
        "expected_reward_tokens": 9353.85,
        "profit_sb": -146.15,
        "profit_sb_percentage": -1.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "09550f91-97f0-4620-8408-517899d1dabe",
            "gambit_id": "f876d450-aadb-447b-b9f6-185e1a8bfeba",
            "last_updated": "2023-02-19T16:32:15.849703-05:00",
            "created_at": "2023-02-18T09:42:14.098505-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ecd1c12-90ad-4dc2-a9eb-d0c7d0cf996e/?format=api"
        },
        {
            "id": "fb5a40a9-dbec-4518-8cb3-5e9bb118541c",
            "gambit_id": "5e0e650b-b502-427b-bcf3-87c88ac27a81",
            "last_updated": "2023-02-19T16:32:15.850885-05:00",
            "created_at": "2023-02-18T09:42:14.100531-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ecd1c12-90ad-4dc2-a9eb-d0c7d0cf996e/?format=api"
        }
    ]
}