GET /api/bet_types/bae70fe4-2509-4a53-90b9-8e60bb3a3460/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bae70fe4-2509-4a53-90b9-8e60bb3a3460",
    "match": "https://api-prod.gambitprofit.com/api/matches/a07ac7c5-12a9-4a65-abaf-dc5ad462f0e7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T12:32:08.249037-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 211.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 211.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "67045c05-3acf-447b-afb0-94533ad99890",
            "gambit_id": "625187a3-8a5e-49bf-89ec-6e2618356330",
            "last_updated": "2023-04-22T13:07:11.894679-04:00",
            "created_at": "2023-04-21T12:32:08.252085-04:00",
            "name": "Game Total Over 211.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae70fe4-2509-4a53-90b9-8e60bb3a3460/?format=api"
        },
        {
            "id": "957e15d9-1d5a-490b-8550-4b90b8ee5f59",
            "gambit_id": "9ffb3353-7e80-4f44-9554-1d1e35beb504",
            "last_updated": "2023-04-22T13:07:11.892893-04:00",
            "created_at": "2023-04-21T12:32:08.250531-04:00",
            "name": "Game Total Under 211.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "211.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae70fe4-2509-4a53-90b9-8e60bb3a3460/?format=api"
        }
    ]
}