GET /api/bet_types/0dc09a0f-5d51-4139-b083-bb757f2d8bc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dc09a0f-5d51-4139-b083-bb757f2d8bc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d521eae5-c2ce-44fe-8c06-e1312ba121eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T13:31:55.197809-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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b40c8f1-718a-421f-a338-e9aec4856990",
            "gambit_id": "1ffcbfcc-7c75-4441-9fe7-9526ebff1b85",
            "last_updated": "2023-01-22T21:26:55.698016-05:00",
            "created_at": "2023-01-20T13:31:55.199277-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc09a0f-5d51-4139-b083-bb757f2d8bc8/?format=api"
        },
        {
            "id": "aec516ee-aab1-4782-90c5-d12aa3f57c97",
            "gambit_id": "d5d2892f-51ec-4c7e-9ec1-53c0928ccd36",
            "last_updated": "2023-01-22T21:26:55.699075-05:00",
            "created_at": "2023-01-20T13:31:55.200886-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dc09a0f-5d51-4139-b083-bb757f2d8bc8/?format=api"
        }
    ]
}