GET /api/bet_types/b34da1cd-be2a-4bdd-9c7f-04cbb9591ac4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b34da1cd-be2a-4bdd-9c7f-04cbb9591ac4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b24913c5-cc7e-43ee-b470-2a81edf38f80/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:09.068662-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": "Dallas Cowboys",
                "amount": 8440.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 1560.0
            }
        ],
        "expected_reward_tokens": 9282.0,
        "profit_sb": 282.0,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8781e6a-e987-4ef4-a16e-f356b63824c2",
            "gambit_id": "abd6fa37-06ad-453a-9d50-8aae6bde73e3",
            "last_updated": "2022-12-30T16:06:57.876046-05:00",
            "created_at": "2022-12-29T08:42:09.071076-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.10000",
            "odds": "1.11760",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b34da1cd-be2a-4bdd-9c7f-04cbb9591ac4/?format=api"
        },
        {
            "id": "c7f916b2-8baf-4c17-9e8a-11d21aa6a197",
            "gambit_id": "85d3b9b6-61fd-4633-b8e4-f70177b8a376",
            "last_updated": "2022-12-30T16:06:57.874979-05:00",
            "created_at": "2022-12-29T08:42:09.069831-05:00",
            "name": "Tennessee Titans",
            "reward": "5.95000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b34da1cd-be2a-4bdd-9c7f-04cbb9591ac4/?format=api"
        }
    ]
}