GET /api/bet_types/c6f2efea-da87-4577-8967-7b542a69a876/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6f2efea-da87-4577-8967-7b542a69a876",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cf55526-1076-49a5-8ea8-df03915e71af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:07:02.286781-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": "Los Angeles Lakers",
                "amount": 6241.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "56ddd3c8-1357-41ca-ba81-89328211f45b",
            "gambit_id": "9f7f3162-d6a2-4c1e-a202-fbe9e5d2a162",
            "last_updated": "2023-04-23T18:32:09.592479-04:00",
            "created_at": "2023-04-22T13:07:02.289362-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f2efea-da87-4577-8967-7b542a69a876/?format=api"
        },
        {
            "id": "b9423719-b45d-4c9b-bc93-90672ccc01f3",
            "gambit_id": "c4cbb967-c50a-4274-ad2a-40fb5b19e5a3",
            "last_updated": "2023-04-23T18:32:09.594897-04:00",
            "created_at": "2023-04-22T13:07:02.292183-04:00",
            "name": "Memphis Grizzlies",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6f2efea-da87-4577-8967-7b542a69a876/?format=api"
        }
    ]
}