GET /api/bet_types/1c73225b-57d5-4d6a-9851-f0a32c755c8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c73225b-57d5-4d6a-9851-f0a32c755c8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4a16b42-81c1-4c3c-96d1-79a96ffa53d9/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "29df7560-caaa-4c9b-8c7e-5c067b125b8b",
            "gambit_id": "f4d3877e-7b8e-47e9-8a43-c3b45923b97a",
            "last_updated": "2022-10-03T11:07:25.613896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c73225b-57d5-4d6a-9851-f0a32c755c8f/?format=api"
        },
        {
            "id": "91fdf8ff-549b-441a-a0a1-bc2fd6a7e545",
            "gambit_id": "7747f0cd-0960-4453-ae64-6e092b74dbdf",
            "last_updated": "2022-10-03T11:07:25.612635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c73225b-57d5-4d6a-9851-f0a32c755c8f/?format=api"
        }
    ]
}