GET /api/bet_types/2ba4e898-6e0e-415d-a477-632d3b721f74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ba4e898-6e0e-415d-a477-632d3b721f74",
    "match": "https://api-prod.gambitprofit.com/api/matches/84a61ea3-a407-4db5-89cb-16ec744708ed/?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": "Calgary Flames",
                "amount": 5863.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "fdae7958-2e93-4be9-8b60-66a2892153b4",
            "gambit_id": "01fc224c-f82e-41d4-a8b8-764d483847fe",
            "last_updated": "2022-10-31T11:07:10.082560-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ba4e898-6e0e-415d-a477-632d3b721f74/?format=api"
        },
        {
            "id": "e9671f00-4249-4fbd-8eb0-a18f8a0bc2b8",
            "gambit_id": "08ab825a-6012-4b41-9d1d-9096e6dc6bbc",
            "last_updated": "2022-10-31T11:07:10.083495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ba4e898-6e0e-415d-a477-632d3b721f74/?format=api"
        }
    ]
}