GET /api/bet_types/8e9023d2-4bf4-4550-855f-3631fa8424cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e9023d2-4bf4-4550-855f-3631fa8424cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/2160f4ce-2ebf-432b-b470-a3e9c6b3c724/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-09T11:12:02.753951-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f254ee4-19d3-4cb0-a288-4489c268cf91",
            "gambit_id": "1de0a711-49f9-4694-aed6-575005f5b5ee",
            "last_updated": "2023-02-10T09:32:18.102357-05:00",
            "created_at": "2023-02-09T11:12:02.755320-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e9023d2-4bf4-4550-855f-3631fa8424cd/?format=api"
        },
        {
            "id": "1532fa30-e4f5-42e4-ba9a-dc6855a279b2",
            "gambit_id": "03d1a55d-3d11-44ef-80a8-048782024d2e",
            "last_updated": "2023-02-10T09:32:18.103546-05:00",
            "created_at": "2023-02-09T11:12:02.756762-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e9023d2-4bf4-4550-855f-3631fa8424cd/?format=api"
        }
    ]
}