GET /api/bet_types/48753d0e-41c4-4821-821e-ada5bc35cfed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48753d0e-41c4-4821-821e-ada5bc35cfed",
    "match": "https://api-prod.gambitprofit.com/api/matches/41c272b8-f4a9-4982-bbc4-ffeecf8040e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Colorado Avalanche",
                "amount": 6266.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "88c1f027-5be3-463b-ac8a-cb76ac7646c9",
            "gambit_id": "c80bb4ec-46a0-43ab-bc69-c2a350265410",
            "last_updated": "2022-11-11T21:32:21.880376-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48753d0e-41c4-4821-821e-ada5bc35cfed/?format=api"
        },
        {
            "id": "e536b92c-bb5a-40ce-8a27-65f16e302a3d",
            "gambit_id": "9cc73e54-c96b-4939-9094-9c40bd6e969d",
            "last_updated": "2022-11-11T21:32:21.881341-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48753d0e-41c4-4821-821e-ada5bc35cfed/?format=api"
        }
    ]
}