GET /api/bet_types/12de52f2-371c-4a3e-a45d-c1f39cfa30c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12de52f2-371c-4a3e-a45d-c1f39cfa30c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b91c8b1-ccb3-4328-b5d1-b0435185a593/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T11:18:03.122751-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": "Buffalo Bills",
                "amount": 5094.0
            },
            {
                "team": "Denver Broncos",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b1094a5-65f3-4ccb-8fd3-babee92cce8c",
            "gambit_id": "2535e325-281d-40f4-a52e-86f40df8c096",
            "last_updated": "2023-11-14T10:08:17.021078-05:00",
            "created_at": "2023-11-10T11:18:03.135589-05:00",
            "name": "Buffalo Bills",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12de52f2-371c-4a3e-a45d-c1f39cfa30c4/?format=api"
        },
        {
            "id": "575f5540-e20e-469a-aee8-2b2d1eb87865",
            "gambit_id": "26152319-ac33-4878-9c90-0192fdb001d1",
            "last_updated": "2023-11-14T10:08:17.024695-05:00",
            "created_at": "2023-11-10T11:18:03.143805-05:00",
            "name": "Denver Broncos",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12de52f2-371c-4a3e-a45d-c1f39cfa30c4/?format=api"
        }
    ]
}