GET /api/bet_types/50a09563-99fc-4c94-8d03-e912dd64e32a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50a09563-99fc-4c94-8d03-e912dd64e32a",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa5535c0-8252-4ee6-95a7-baa84c556b92/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-24T10:43:11.394112-04: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": "Gabriel Santos",
                "amount": 6462.0
            },
            {
                "team": "David Onama",
                "amount": 3538.0
            }
        ],
        "expected_reward_tokens": 9304.94,
        "profit_sb": -195.06,
        "profit_sb_percentage": -2.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e594c4f-1cb9-4dcd-82a1-40234b24f91d",
            "gambit_id": "8324f202-790e-4e82-8c13-2726ab805e3d",
            "last_updated": "2023-06-27T15:03:09.057456-04:00",
            "created_at": "2023-06-24T10:43:11.395800-04:00",
            "name": "Gabriel Santos",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50a09563-99fc-4c94-8d03-e912dd64e32a/?format=api"
        },
        {
            "id": "cf84702f-33a2-47c8-810c-d4f7dfb25488",
            "gambit_id": "0f41bf1c-70ad-4ee4-86fe-c6c0f8f87439",
            "last_updated": "2023-06-27T15:03:09.060805-04:00",
            "created_at": "2023-06-24T10:43:11.398333-04:00",
            "name": "David Onama",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50a09563-99fc-4c94-8d03-e912dd64e32a/?format=api"
        }
    ]
}