GET /api/bet_types/c95d70f9-0e4b-4932-8aaf-4af1fcc44575/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c95d70f9-0e4b-4932-8aaf-4af1fcc44575",
    "match": "https://api-prod.gambitprofit.com/api/matches/1071c8f3-9796-4125-bf3f-ffd51440f802/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:52:55.625579-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": "Philadelphia Flyers",
                "amount": 6849.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfa142ea-50a7-4a5f-856c-ad4e4035092b",
            "gambit_id": "cc559574-1385-4363-be12-218187c43904",
            "last_updated": "2023-10-13T20:58:04.223904-04:00",
            "created_at": "2023-10-12T10:52:55.630103-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c95d70f9-0e4b-4932-8aaf-4af1fcc44575/?format=api"
        },
        {
            "id": "48dc4f36-c612-4330-a42c-d7fc8a5608c1",
            "gambit_id": "7f13a8d2-eaae-43b2-92c9-3b563440ee2d",
            "last_updated": "2023-10-13T20:58:04.229992-04:00",
            "created_at": "2023-10-12T10:52:55.639469-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c95d70f9-0e4b-4932-8aaf-4af1fcc44575/?format=api"
        }
    ]
}