GET /api/bet_types/4fe613a6-6f50-410a-8fb7-f25f8c1d13ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fe613a6-6f50-410a-8fb7-f25f8c1d13ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/c076295c-7bfd-420c-bd54-d6fb57edd7eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:57.006944-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": "San Francisco 49ers",
                "amount": 5094.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf57c395-102a-4b22-a196-0582e8ee1ab8",
            "gambit_id": "2a914e9e-6fcb-4a77-80ae-554a78ff39ff",
            "last_updated": "2023-10-16T18:38:03.334543-04:00",
            "created_at": "2023-10-12T10:57:57.011439-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fe613a6-6f50-410a-8fb7-f25f8c1d13ae/?format=api"
        },
        {
            "id": "e494ca1f-7dc9-44a1-aa1c-99abf7fe4d59",
            "gambit_id": "f68f9ef2-15e6-4d1b-8ee7-8fb7ee4e65ff",
            "last_updated": "2023-10-16T18:38:03.340169-04:00",
            "created_at": "2023-10-12T10:57:57.016392-04:00",
            "name": "Cleveland Browns",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fe613a6-6f50-410a-8fb7-f25f8c1d13ae/?format=api"
        }
    ]
}