GET /api/bet_types/ae9bf1c2-de9c-48c1-b873-c86035c448c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae9bf1c2-de9c-48c1-b873-c86035c448c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9aca1a1-32d6-4e4c-889e-e66b971db1cb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T08:47:23.265029-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": "Los Angeles Lakers",
                "amount": 6401.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c44787d-8708-47ec-b535-3453a09c8901",
            "gambit_id": "ead6447d-1e2c-48bc-a17b-28da1971d9b7",
            "last_updated": "2023-02-16T16:46:59.505516-05:00",
            "created_at": "2023-02-15T08:47:23.266191-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9bf1c2-de9c-48c1-b873-c86035c448c8/?format=api"
        },
        {
            "id": "9f964014-cf89-4f38-b51f-eb8a82666d36",
            "gambit_id": "8713ade1-7527-4439-9960-6c99b9e7e8b1",
            "last_updated": "2023-02-16T16:46:59.506658-05:00",
            "created_at": "2023-02-15T08:47:23.267485-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9bf1c2-de9c-48c1-b873-c86035c448c8/?format=api"
        }
    ]
}