GET /api/bet_types/d4910050-75c7-47e6-8b07-16f94e9f8d5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4910050-75c7-47e6-8b07-16f94e9f8d5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/adcb6375-ad23-49d8-a3aa-5c2c279f4431/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:12.837932-04: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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "24145a22-cc9a-4616-a48e-aa5b9796c941",
            "gambit_id": "06c39e0b-f1c4-45c6-bd39-9d1de48394aa",
            "last_updated": "2023-10-31T20:13:10.322090-04:00",
            "created_at": "2023-10-30T08:58:12.841948-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4910050-75c7-47e6-8b07-16f94e9f8d5b/?format=api"
        },
        {
            "id": "6a683caf-adb1-4a5c-a87e-d789b16f38ee",
            "gambit_id": "dbe6b5d4-a275-4966-b8b5-757af9b9f919",
            "last_updated": "2023-10-31T20:13:10.325921-04:00",
            "created_at": "2023-10-30T08:58:12.853782-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4910050-75c7-47e6-8b07-16f94e9f8d5b/?format=api"
        }
    ]
}