GET /api/bet_types/5a3b1d1c-06e5-437d-b72a-4cda9cd70965/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a3b1d1c-06e5-437d-b72a-4cda9cd70965",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab52ffb5-ddf6-4a7a-8ab0-f0366595a28e/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 8.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "59da082f-7232-428c-8802-f33e8ded8718",
            "gambit_id": "92c82393-8612-4cfb-9e7c-0972b60a8d91",
            "last_updated": "2022-09-15T11:07:08.382153-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a3b1d1c-06e5-437d-b72a-4cda9cd70965/?format=api"
        },
        {
            "id": "2f167590-d3a4-46c2-bd45-d0e2d4fef510",
            "gambit_id": "cd0f32bb-1a84-40e0-82aa-d039ae5fd62b",
            "last_updated": "2022-09-15T11:07:08.381106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a3b1d1c-06e5-437d-b72a-4cda9cd70965/?format=api"
        }
    ]
}