GET /api/bet_types/1ab1b552-a5f2-4d3d-92b4-999b24ed0b99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ab1b552-a5f2-4d3d-92b4-999b24ed0b99",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5a640e4-d023-4337-87f2-bbec8f560165/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-07T09:27:14.629443-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": "Brooklyn Nets",
                "amount": 8007.0
            },
            {
                "team": "Orlando Magic",
                "amount": 1993.0
            }
        ],
        "expected_reward_tokens": 9446.82,
        "profit_sb": -53.18,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc10d0f3-93b1-4f9f-ad00-daf61874df4d",
            "gambit_id": "2c5800e3-41da-47fa-bfde-e423acc94627",
            "last_updated": "2023-04-08T20:47:04.651758-04:00",
            "created_at": "2023-04-07T09:27:14.631700-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.18000",
            "odds": "1.19230",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ab1b552-a5f2-4d3d-92b4-999b24ed0b99/?format=api"
        },
        {
            "id": "7e16ec03-27e0-465f-83c4-37b8936beb60",
            "gambit_id": "8ee79ee4-5395-450c-8b88-0dba7c316075",
            "last_updated": "2023-04-08T20:47:04.654575-04:00",
            "created_at": "2023-04-07T09:27:14.633725-04:00",
            "name": "Orlando Magic",
            "reward": "4.74000",
            "odds": "4.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ab1b552-a5f2-4d3d-92b4-999b24ed0b99/?format=api"
        }
    ]
}