GET /api/bet_types/e4f36e08-6224-47f6-8dce-7f03d05e0ead/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4f36e08-6224-47f6-8dce-7f03d05e0ead",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcb8f4cd-a0cd-42fb-9f5e-5c8ae80e21a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T09:07:14.673768-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": "Columbus Blue Jackets",
                "amount": 5316.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cf90aa7-992a-4811-b7a6-39f3d668f581",
            "gambit_id": "55af5f9d-ecd6-4400-b9b8-fe48eb522f1e",
            "last_updated": "2023-02-19T16:02:15.735554-05:00",
            "created_at": "2023-02-18T09:07:14.676232-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f36e08-6224-47f6-8dce-7f03d05e0ead/?format=api"
        },
        {
            "id": "8dd3a059-8eee-418f-9293-a7f4640af217",
            "gambit_id": "f97c0e75-2b7a-4e6f-80be-1fd09a76ed78",
            "last_updated": "2023-02-19T16:02:15.734394-05:00",
            "created_at": "2023-02-18T09:07:14.674932-05:00",
            "name": "Dallas Stars",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4f36e08-6224-47f6-8dce-7f03d05e0ead/?format=api"
        }
    ]
}