GET /api/bet_types/33985ab2-a008-4ef0-8f22-0f4df7053591/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33985ab2-a008-4ef0-8f22-0f4df7053591",
    "match": "https://api-prod.gambitprofit.com/api/matches/4926b99e-2bdf-4dbb-8832-a8e7962e3f32/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:57.164370-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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d80e0aaf-c647-4d84-bd9a-a154dc89042b",
            "gambit_id": "5363be97-31c4-4725-b330-f2ba6cee96f5",
            "last_updated": "2023-08-29T09:18:24.510546-04:00",
            "created_at": "2023-08-24T12:57:57.169945-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33985ab2-a008-4ef0-8f22-0f4df7053591/?format=api"
        },
        {
            "id": "f09df534-0251-474c-89ff-c4402fc27f8d",
            "gambit_id": "c8cd81c4-0090-4de7-9d86-4be7179a235e",
            "last_updated": "2023-08-29T09:18:24.518468-04:00",
            "created_at": "2023-08-24T12:57:57.182745-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33985ab2-a008-4ef0-8f22-0f4df7053591/?format=api"
        }
    ]
}