GET /api/bet_types/437b5d19-aa8e-4f98-a7da-6a686d4982a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "437b5d19-aa8e-4f98-a7da-6a686d4982a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b67ffa7d-8692-48e9-bfd2-b2af1bd51770/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:16.596541-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": "Memphis Grizzlies",
                "amount": 7184.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 2816.0
            }
        ],
        "expected_reward_tokens": 9123.68,
        "profit_sb": 123.68,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "5825ee89-52d5-4cf4-9fc1-78e1e1b23ac5",
            "gambit_id": "7ed2fc20-484d-45d8-b3c2-6ab12b14e382",
            "last_updated": "2022-12-28T21:32:12.612030-05:00",
            "created_at": "2022-12-27T08:57:16.597768-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/437b5d19-aa8e-4f98-a7da-6a686d4982a8/?format=api"
        },
        {
            "id": "d661aa9f-dddb-40f0-98df-38df2fadda9c",
            "gambit_id": "bd151233-049f-45e3-a27e-9c6baf46f45f",
            "last_updated": "2022-12-28T21:32:12.613166-05:00",
            "created_at": "2022-12-27T08:57:16.598964-05:00",
            "name": "Phoenix Suns",
            "reward": "3.24000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/437b5d19-aa8e-4f98-a7da-6a686d4982a8/?format=api"
        }
    ]
}