GET /api/bet_types/ff626432-192a-4f1c-bf55-87bbeee5f80b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff626432-192a-4f1c-bf55-87bbeee5f80b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e5d04d7-aba2-4842-a94a-b810b8bf23db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-14T09:13:23.747059-04: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": "MIA",
                "amount": 6090.0
            },
            {
                "team": "BAL",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8d2109d-3a60-4c8f-94db-81c34f24056c",
            "gambit_id": "baa6dcd5-4db4-427b-826a-abfee934e73e",
            "last_updated": "2023-07-15T08:58:09.699578-04:00",
            "created_at": "2023-07-14T09:13:23.748451-04:00",
            "name": "MIA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff626432-192a-4f1c-bf55-87bbeee5f80b/?format=api"
        },
        {
            "id": "11c75e1c-d56c-4f8f-882c-fc8a0a2905e0",
            "gambit_id": "1e9a9a37-0dd3-4983-82b0-1423f2e01a83",
            "last_updated": "2023-07-15T08:58:09.700831-04:00",
            "created_at": "2023-07-14T09:13:23.750116-04:00",
            "name": "BAL",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff626432-192a-4f1c-bf55-87bbeee5f80b/?format=api"
        }
    ]
}