GET /api/bet_types/ff22d572-2f78-40d4-80f7-847673c9d215/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff22d572-2f78-40d4-80f7-847673c9d215",
    "match": "https://api-prod.gambitprofit.com/api/matches/45b5f454-52ca-4675-bc43-097001644547/?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": "TAM (C Kluber)",
                "amount": 5216.0
            },
            {
                "team": "NYY (J Taillon)",
                "amount": 4784.0
            }
        ],
        "expected_reward_tokens": 9232.32,
        "profit_sb": 232.32,
        "profit_sb_percentage": 2.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d84248f-e902-457d-92c6-6fa50c17e25d",
            "gambit_id": "7ed64f35-8c9c-49e9-856f-ed7e952e5c51",
            "last_updated": "2022-09-11T18:17:11.348417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (C Kluber)",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff22d572-2f78-40d4-80f7-847673c9d215/?format=api"
        },
        {
            "id": "a385bbd2-b1fa-4667-8bb5-ecde45dff223",
            "gambit_id": "6f1dbe67-cb19-4b4c-8fac-720506d0f43d",
            "last_updated": "2022-09-11T18:17:11.347476-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (J Taillon)",
            "reward": "1.93000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff22d572-2f78-40d4-80f7-847673c9d215/?format=api"
        }
    ]
}