GET /api/bet_types/0a66e89e-c21b-468f-acc1-7e96a270a38b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a66e89e-c21b-468f-acc1-7e96a270a38b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f9aefb4-6a6a-4542-8d56-5da4d62bb9c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-08T09:02:56.093473-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": "Philadelphia Flyers",
                "amount": 6752.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "b36e7823-6707-416a-99a4-94d4f6d4b1f2",
            "gambit_id": "6ed49214-6e78-447c-ab12-111fb9d07cc1",
            "last_updated": "2024-01-10T10:08:15.587050-05:00",
            "created_at": "2024-01-08T09:02:56.101900-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a66e89e-c21b-468f-acc1-7e96a270a38b/?format=api"
        },
        {
            "id": "b558da98-1817-4b0f-8443-34426897dbe2",
            "gambit_id": "1cdf6ed0-061d-48db-acb3-ea645735af9a",
            "last_updated": "2024-01-10T10:08:15.583597-05:00",
            "created_at": "2024-01-08T09:02:56.097258-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a66e89e-c21b-468f-acc1-7e96a270a38b/?format=api"
        }
    ]
}