GET /api/bet_types/12177bba-b910-4d12-b3ad-0015fa11244e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12177bba-b910-4d12-b3ad-0015fa11244e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd75e164-0e2b-49ce-a9cf-9a42727e0e6b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-08T09:02:57.736486-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": "Boston Bruins",
                "amount": 6611.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "66be2dbb-aaa6-4bb6-ac62-346535301511",
            "gambit_id": "a66949f7-78a9-4c9b-9670-dfd4d569b674",
            "last_updated": "2024-01-10T10:08:16.083034-05:00",
            "created_at": "2024-01-08T09:02:57.740383-05:00",
            "name": "Boston Bruins",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12177bba-b910-4d12-b3ad-0015fa11244e/?format=api"
        },
        {
            "id": "5a43d25c-bb97-4af5-8fba-a34fa8d78860",
            "gambit_id": "8b4e114a-96c1-4b44-b2e6-68b8995ad6a1",
            "last_updated": "2024-01-10T10:08:16.086811-05:00",
            "created_at": "2024-01-08T09:02:57.756254-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12177bba-b910-4d12-b3ad-0015fa11244e/?format=api"
        }
    ]
}