GET /api/bet_types/99bc6c12-87e6-4c1b-96dd-d9c1a130491a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99bc6c12-87e6-4c1b-96dd-d9c1a130491a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2401533-890c-4ef5-bf82-c2210892d7ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:07.779998-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": "Winnipeg Jets",
                "amount": 7059.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 2941.0
            }
        ],
        "expected_reward_tokens": 9528.84,
        "profit_sb": 28.84,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "2ddb728f-7e8d-4c4b-9a21-e0ff50474085",
            "gambit_id": "9263af91-5366-413f-b84d-1bd5a24217fe",
            "last_updated": "2024-02-07T01:53:00.860237-05:00",
            "created_at": "2024-02-06T09:08:07.783765-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99bc6c12-87e6-4c1b-96dd-d9c1a130491a/?format=api"
        },
        {
            "id": "3d673406-8a3a-4119-9e0c-e0938a818959",
            "gambit_id": "f909d033-f8f1-4cce-bb8e-205dbdc1fc61",
            "last_updated": "2024-02-07T01:53:00.863563-05:00",
            "created_at": "2024-02-06T09:08:07.789087-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99bc6c12-87e6-4c1b-96dd-d9c1a130491a/?format=api"
        }
    ]
}