GET /api/bet_types/1d2dc125-9453-4804-a1fb-667a05d2075c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d2dc125-9453-4804-a1fb-667a05d2075c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3044ed25-7606-4a4a-a362-4d7073fab892/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T09:07:14.519999-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": "Pittsburgh Penguins",
                "amount": 6774.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad75b301-6004-4271-9f53-5f00ec954347",
            "gambit_id": "89b24957-859a-4810-9e1a-8ff5e31b831c",
            "last_updated": "2023-02-19T16:02:16.261774-05:00",
            "created_at": "2023-02-18T09:07:14.521268-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2dc125-9453-4804-a1fb-667a05d2075c/?format=api"
        },
        {
            "id": "4623736c-61d0-4a42-ab21-57b5d19f4718",
            "gambit_id": "8527b8ce-bba6-4243-a67b-fbf556974f87",
            "last_updated": "2023-02-19T16:02:16.262982-05:00",
            "created_at": "2023-02-18T09:07:14.522619-05:00",
            "name": "New Jersey Devils",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2dc125-9453-4804-a1fb-667a05d2075c/?format=api"
        }
    ]
}