GET /api/bet_types/b032f1d0-976b-4423-bfea-a5a07581cd8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b032f1d0-976b-4423-bfea-a5a07581cd8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/942e08ef-1c89-4679-abce-90e79d2c1843/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-24T12:36:53.308129-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": 7052.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 2948.0
            }
        ],
        "expected_reward_tokens": 9167.6,
        "profit_sb": 167.6,
        "profit_sb_percentage": 1.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "395cc154-77f9-4db7-b6b8-3f1b4e101c91",
            "gambit_id": "a945a03f-c791-4e1a-873c-08dd541a5e58",
            "last_updated": "2022-12-26T12:42:07.728201-05:00",
            "created_at": "2022-12-24T12:36:53.310499-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.30000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b032f1d0-976b-4423-bfea-a5a07581cd8d/?format=api"
        },
        {
            "id": "f73edc65-f294-49f6-840a-6f7e4dc71197",
            "gambit_id": "4a813b72-cefc-470d-90f1-2ca7c620145f",
            "last_updated": "2022-12-26T12:42:07.727100-05:00",
            "created_at": "2022-12-24T12:36:53.309323-05:00",
            "name": "Golden State Warriors",
            "reward": "3.11000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b032f1d0-976b-4423-bfea-a5a07581cd8d/?format=api"
        }
    ]
}