GET /api/bet_types/b001c10a-3725-4146-a6d2-67d294ab6fea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b001c10a-3725-4146-a6d2-67d294ab6fea",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb60f116-9393-496c-a646-e0b5663e9587/?format=api",
    "name": "Play the Odds",
    "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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c310e8f5-c836-49e7-bde0-8cb0df885b2b",
            "gambit_id": "c0d17897-ad4b-4c22-b892-8c196a7bcdce",
            "last_updated": "2022-09-26T10:07:19.490123-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b001c10a-3725-4146-a6d2-67d294ab6fea/?format=api"
        },
        {
            "id": "28d290c1-6650-4025-be94-a7522280d945",
            "gambit_id": "bc2e7ee4-dc77-49ac-8baf-ddc8ca98f0fd",
            "last_updated": "2022-09-26T10:07:19.488996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b001c10a-3725-4146-a6d2-67d294ab6fea/?format=api"
        }
    ]
}