GET /api/bet_types/59c30ac2-6b94-4ece-b658-7ab845056d81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59c30ac2-6b94-4ece-b658-7ab845056d81",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a894575-ce67-48b3-acf2-bda5681bd03b/?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": "Edmonton Oilers",
                "amount": 7072.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2928.0
            }
        ],
        "expected_reward_tokens": 9193.6,
        "profit_sb": 193.6,
        "profit_sb_percentage": 2.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "8affae34-550b-4192-b5da-2d6b288870c3",
            "gambit_id": "39b70eef-55e0-45e3-bf86-c1c110d61a6e",
            "last_updated": "2022-12-08T13:02:16.818962-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.30000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59c30ac2-6b94-4ece-b658-7ab845056d81/?format=api"
        },
        {
            "id": "6d8a6143-fc6e-4edb-8c64-a6f7655b482e",
            "gambit_id": "cf254259-7f0e-4da9-ac3c-d6002de1b576",
            "last_updated": "2022-12-08T13:02:16.819932-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.14000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59c30ac2-6b94-4ece-b658-7ab845056d81/?format=api"
        }
    ]
}