GET /api/bet_types/ab1b2d67-78d4-46aa-a001-19ef06a4a4a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab1b2d67-78d4-46aa-a001-19ef06a4a4a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad338322-4f15-4550-a6f4-d11d559679dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:18.054889-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": "Calgary Flames",
                "amount": 6546.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "7367b3c4-a98a-4da6-bac4-a0dbb50ddc9a",
            "gambit_id": "f230162c-54e3-4f33-92e4-da6e27480402",
            "last_updated": "2023-11-03T10:13:01.220901-04:00",
            "created_at": "2023-11-01T09:08:18.062484-04:00",
            "name": "Calgary Flames",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab1b2d67-78d4-46aa-a001-19ef06a4a4a4/?format=api"
        },
        {
            "id": "0299fd36-e79f-4228-9de7-e8aa8a2f1fe9",
            "gambit_id": "21f6ba6e-929f-41b3-955a-7d5252fa53f4",
            "last_updated": "2023-11-03T10:13:01.216680-04:00",
            "created_at": "2023-11-01T09:08:18.058340-04:00",
            "name": "Dallas Stars",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab1b2d67-78d4-46aa-a001-19ef06a4a4a4/?format=api"
        }
    ]
}