GET /api/bet_types/bbb24a3a-8d96-4e53-9e63-54d48c92e68f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbb24a3a-8d96-4e53-9e63-54d48c92e68f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2754b4d1-4ec4-4c8d-81cb-256324572d52/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-17T09:27:12.289772-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": "Winnipeg Jets",
                "amount": 6876.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3124.0
            }
        ],
        "expected_reward_tokens": 9557.64,
        "profit_sb": 57.64,
        "profit_sb_percentage": 0.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "29bb06bb-0854-4b87-b4c1-520ed307ef27",
            "gambit_id": "35829411-0f45-4377-84be-b8d907ce9cfe",
            "last_updated": "2023-01-18T09:36:57.988595-05:00",
            "created_at": "2023-01-17T09:27:12.292334-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbb24a3a-8d96-4e53-9e63-54d48c92e68f/?format=api"
        },
        {
            "id": "1e4fe5cb-c910-436c-aa10-699bb7b1afdb",
            "gambit_id": "89d20c99-7c97-4bc5-87a2-b03b0339620e",
            "last_updated": "2023-01-18T09:36:57.987444-05:00",
            "created_at": "2023-01-17T09:27:12.290951-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.06000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbb24a3a-8d96-4e53-9e63-54d48c92e68f/?format=api"
        }
    ]
}