GET /api/bet_types/f61c2ae6-57fc-42d5-8fd9-4014349e9320/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f61c2ae6-57fc-42d5-8fd9-4014349e9320",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8321da2-d922-45e8-8396-8eebdce482db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:10.148636-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": 5213.0
            },
            {
                "team": "New York Jets",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "682edc1c-6eb1-48f7-bd9f-864964ad7404",
            "gambit_id": "d8df1c1b-3ebb-4ad0-881c-98519de6b4aa",
            "last_updated": "2023-12-19T09:58:15.279233-05:00",
            "created_at": "2023-12-15T09:13:10.156381-05:00",
            "name": "Miami Dolphins",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f61c2ae6-57fc-42d5-8fd9-4014349e9320/?format=api"
        },
        {
            "id": "05e95beb-9c4d-4862-8247-c7cdb3c80d2f",
            "gambit_id": "af245eb1-2af6-4f05-ab49-f47387e27456",
            "last_updated": "2023-12-19T09:58:15.275534-05:00",
            "created_at": "2023-12-15T09:13:10.152148-05:00",
            "name": "New York Jets",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f61c2ae6-57fc-42d5-8fd9-4014349e9320/?format=api"
        }
    ]
}