GET /api/bet_types/eb2503ef-2bd3-4c76-bd61-2382b8f78dd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb2503ef-2bd3-4c76-bd61-2382b8f78dd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/927004d2-6751-4156-a4d1-472cc92f449f/?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": "Ottawa Senators",
                "amount": 6482.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "eba91350-3839-4a85-995a-d1efcef961ff",
            "gambit_id": "ebc29817-9163-4560-99f0-9cf838ccd85f",
            "last_updated": "2022-12-15T11:12:04.465086-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb2503ef-2bd3-4c76-bd61-2382b8f78dd9/?format=api"
        },
        {
            "id": "4130bcdd-dbef-4c00-b9aa-4fd89abc2ca1",
            "gambit_id": "7607b017-48ec-4024-933e-a8b6ad6efda2",
            "last_updated": "2022-12-15T11:12:04.466586-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb2503ef-2bd3-4c76-bd61-2382b8f78dd9/?format=api"
        }
    ]
}