GET /api/bet_types/370c9769-20cb-4c74-aeb0-3fe6b89baeba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "370c9769-20cb-4c74-aeb0-3fe6b89baeba",
    "match": "https://api-prod.gambitprofit.com/api/matches/991606cb-9138-4c9b-aafe-3539296e38c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Milwaukee Bucks",
                "amount": 5208.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "8db40e53-d83f-45d9-8b08-f70b4ab2d2b8",
            "gambit_id": "650905e7-5d9e-46e0-8190-3238182b97ff",
            "last_updated": "2022-11-10T09:17:46.124512-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/370c9769-20cb-4c74-aeb0-3fe6b89baeba/?format=api"
        },
        {
            "id": "d399d90b-c1ba-4cc2-862e-a229f26ad477",
            "gambit_id": "38707744-024f-4e65-a252-5bce5345d20e",
            "last_updated": "2022-11-10T09:17:46.123576-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/370c9769-20cb-4c74-aeb0-3fe6b89baeba/?format=api"
        }
    ]
}