GET /api/bet_types/902ca0ca-b08c-4ed4-8a25-fa2d728ceb2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "902ca0ca-b08c-4ed4-8a25-fa2d728ceb2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ea2312e-214e-494a-a7b7-0ba43258a655/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:59.282037-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": 7351.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2649.0
            }
        ],
        "expected_reward_tokens": 9482.79,
        "profit_sb": -17.21,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "04833db7-763b-40ee-b631-194904f8b00e",
            "gambit_id": "7aa8bc7f-d3f0-426c-be97-ee410c07a10a",
            "last_updated": "2024-02-06T09:18:11.702280-05:00",
            "created_at": "2024-02-04T10:42:59.290900-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902ca0ca-b08c-4ed4-8a25-fa2d728ceb2e/?format=api"
        },
        {
            "id": "9957b65a-add0-4226-8d3f-36a275f9a88f",
            "gambit_id": "0c8333d5-7c06-47c4-b478-afbf0a71dbb2",
            "last_updated": "2024-02-06T09:18:11.698700-05:00",
            "created_at": "2024-02-04T10:42:59.286512-05:00",
            "name": "Houston Rockets",
            "reward": "3.58000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902ca0ca-b08c-4ed4-8a25-fa2d728ceb2e/?format=api"
        }
    ]
}