GET /api/bet_types/b14748f7-a685-4d07-93a3-bac62a1dccc7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b14748f7-a685-4d07-93a3-bac62a1dccc7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b24409e-8430-401e-aabb-fd281e73d2b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:05.491740-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": "Vancouver Canucks",
                "amount": 6010.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "40d814e6-5b36-4b1a-8cf6-5a121c4a0dc7",
            "gambit_id": "eeb20413-e4c5-4483-91c4-0419a4dc7281",
            "last_updated": "2024-01-23T20:13:15.120619-05:00",
            "created_at": "2024-01-22T08:43:05.502395-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14748f7-a685-4d07-93a3-bac62a1dccc7/?format=api"
        },
        {
            "id": "98392686-6025-47e8-8559-df2d03322c44",
            "gambit_id": "32132c32-3c0a-4244-b912-a5205022edce",
            "last_updated": "2024-01-23T20:13:15.117307-05:00",
            "created_at": "2024-01-22T08:43:05.496422-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14748f7-a685-4d07-93a3-bac62a1dccc7/?format=api"
        }
    ]
}