GET /api/bet_types/aa0f43e0-dfd5-4751-bcfb-c0a44d72711d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa0f43e0-dfd5-4751-bcfb-c0a44d72711d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4d56cd0-7b21-49c1-bb9f-4af02c31cf88/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-30T17:46:53.455557-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": "Dallas Mavericks",
                "amount": 7959.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2041.0
            }
        ],
        "expected_reward_tokens": 9470.24,
        "profit_sb": -29.76,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "80c3abad-39a3-45c9-aad0-9307fe9cff52",
            "gambit_id": "29885e87-1303-4fdd-80f6-21c996e7bbb9",
            "last_updated": "2023-01-31T09:07:12.084631-05:00",
            "created_at": "2023-01-30T17:46:53.457935-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa0f43e0-dfd5-4751-bcfb-c0a44d72711d/?format=api"
        },
        {
            "id": "93c08bfa-baf3-45ac-87ff-ec87dad83a76",
            "gambit_id": "3e23667e-f09f-4315-8a20-53c38c6dd3c8",
            "last_updated": "2023-01-31T09:07:12.085824-05:00",
            "created_at": "2023-01-30T17:46:53.460019-05:00",
            "name": "Detroit Pistons",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa0f43e0-dfd5-4751-bcfb-c0a44d72711d/?format=api"
        }
    ]
}