GET /api/bet_types/e40f31aa-3895-49fb-91a9-64feb08f5d91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e40f31aa-3895-49fb-91a9-64feb08f5d91",
    "match": "https://api-prod.gambitprofit.com/api/matches/fee86869-5131-43e8-be27-ba061761842c/?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": "Dallas Stars",
                "amount": 6593.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3407.0
            }
        ],
        "expected_reward_tokens": 9096.69,
        "profit_sb": 96.69,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ca048d1-7bd6-402f-a137-ca4bb5df052c",
            "gambit_id": "8e13b127-58f4-4327-a33f-251a14417db6",
            "last_updated": "2022-11-12T17:42:34.103726-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40f31aa-3895-49fb-91a9-64feb08f5d91/?format=api"
        },
        {
            "id": "f9dc890f-1cd1-4101-82f8-efed42048626",
            "gambit_id": "6b3ae2dd-bbb4-47c6-9777-88c502602664",
            "last_updated": "2022-11-12T17:42:34.104712-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.67000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40f31aa-3895-49fb-91a9-64feb08f5d91/?format=api"
        }
    ]
}