GET /api/bet_types/b05eadab-28c6-484b-9522-fa0bb8b34adb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b05eadab-28c6-484b-9522-fa0bb8b34adb",
    "match": "https://api-prod.gambitprofit.com/api/matches/481a31d8-9a76-4dd3-b109-32779dbef971/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:08.000982-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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad481c73-7009-4b7b-b413-f9e3690c23d2",
            "gambit_id": "042310f1-cf62-48b6-949f-c8328225890f",
            "last_updated": "2023-11-06T21:18:20.681153-05:00",
            "created_at": "2023-11-02T09:03:08.005509-04:00",
            "name": "Game Total Over 44.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b05eadab-28c6-484b-9522-fa0bb8b34adb/?format=api"
        },
        {
            "id": "11002c7b-95e0-4e29-ad5b-b5bdfbac2e7e",
            "gambit_id": "a235267b-f028-4a95-a099-49de419ca460",
            "last_updated": "2023-11-06T21:18:20.684964-05:00",
            "created_at": "2023-11-02T09:03:08.009548-04:00",
            "name": "Game Total Under 44.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b05eadab-28c6-484b-9522-fa0bb8b34adb/?format=api"
        }
    ]
}