GET /api/bet_types/f8caedd7-08f7-45a3-b2c6-04cafbd070cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8caedd7-08f7-45a3-b2c6-04cafbd070cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e264847-a1c9-4664-834b-419f86662b4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:16.881908-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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "New York Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fcbccdc-664a-4383-80ab-b5443d586670",
            "gambit_id": "1efc6c44-14ce-4cb2-8d10-324b2ce218f0",
            "last_updated": "2023-11-25T11:38:12.590365-05:00",
            "created_at": "2023-11-22T09:13:16.885440-05:00",
            "name": "Miami Dolphins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8caedd7-08f7-45a3-b2c6-04cafbd070cd/?format=api"
        },
        {
            "id": "7467f69c-7db7-4317-b516-5d06bc2b6bb7",
            "gambit_id": "83c82843-db32-42ff-bf6c-a63e20505c43",
            "last_updated": "2023-11-25T11:38:12.593699-05:00",
            "created_at": "2023-11-22T09:13:16.889225-05:00",
            "name": "New York Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8caedd7-08f7-45a3-b2c6-04cafbd070cd/?format=api"
        }
    ]
}