GET /api/bet_types/e2847e5a-e5d5-42c3-b99a-5ac95a3d216a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2847e5a-e5d5-42c3-b99a-5ac95a3d216a",
    "match": "https://api-prod.gambitprofit.com/api/matches/55f83fdc-e784-4eb4-acfb-5187683188f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-16T09:03:05.563633-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": "Chicago Blackhawks",
                "amount": 5688.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "981a55af-8a34-44e8-80c5-b63574bf2156",
            "gambit_id": "845261f3-9bdb-4bdf-a9c5-0893b32dc71e",
            "last_updated": "2024-01-19T11:48:29.010016-05:00",
            "created_at": "2024-01-16T09:03:05.573485-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2847e5a-e5d5-42c3-b99a-5ac95a3d216a/?format=api"
        },
        {
            "id": "21c8a577-939d-4857-b58d-55b0aa9b0e62",
            "gambit_id": "e1b2f469-7469-4809-8bce-8f0dc69029d3",
            "last_updated": "2024-01-19T11:48:29.006779-05:00",
            "created_at": "2024-01-16T09:03:05.568449-05:00",
            "name": "San Jose Sharks",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2847e5a-e5d5-42c3-b99a-5ac95a3d216a/?format=api"
        }
    ]
}