GET /api/bet_types/346432dd-0c4d-4f27-8d92-a2e431b3d391/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "346432dd-0c4d-4f27-8d92-a2e431b3d391",
    "match": "https://api-prod.gambitprofit.com/api/matches/307fcb9e-a5bb-4592-90b4-70771a569cde/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:13.360529-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": "Los Angeles Chargers",
                "amount": 5196.0
            },
            {
                "team": "Denver Broncos",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f099609-4111-45aa-b3f9-93a95d1b5b57",
            "gambit_id": "1a10b220-8c70-4ccd-a2da-687ab01b237e",
            "last_updated": "2023-01-09T10:11:53.548002-05:00",
            "created_at": "2023-01-05T09:57:13.362971-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/346432dd-0c4d-4f27-8d92-a2e431b3d391/?format=api"
        },
        {
            "id": "116bd91e-3c3e-49e9-8f75-6d014019e21f",
            "gambit_id": "3d063c5b-5d17-482f-a221-28dc6f968a3d",
            "last_updated": "2023-01-09T10:11:53.546892-05:00",
            "created_at": "2023-01-05T09:57:13.361762-05:00",
            "name": "Denver Broncos",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/346432dd-0c4d-4f27-8d92-a2e431b3d391/?format=api"
        }
    ]
}