GET /api/bet_types/c38f1cd4-96ed-463b-b05f-76dfeae2d4c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c38f1cd4-96ed-463b-b05f-76dfeae2d4c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f6401a6-9a92-470b-b74c-38aa986d5301/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-08T09:38:20.184933-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": "Minnesota Timberwolves",
                "amount": 6547.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6a8095d-0972-4ba0-9d5d-5a0dc5a34cbf",
            "gambit_id": "56c4a640-ec4f-487c-808a-17ec5c4a3dd4",
            "last_updated": "2023-12-09T11:43:28.329925-05:00",
            "created_at": "2023-12-08T09:38:20.200239-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38f1cd4-96ed-463b-b05f-76dfeae2d4c9/?format=api"
        },
        {
            "id": "58194763-d189-4bb8-afb3-e0f19ce9805e",
            "gambit_id": "0acc4b7b-0672-4999-a13f-41d86d59936d",
            "last_updated": "2023-12-09T11:43:28.333418-05:00",
            "created_at": "2023-12-08T09:38:20.204765-05:00",
            "name": "Memphis Grizzlies",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38f1cd4-96ed-463b-b05f-76dfeae2d4c9/?format=api"
        }
    ]
}