GET /api/bet_types/c5f1b53f-0d8a-4616-8e83-881c7067fd9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5f1b53f-0d8a-4616-8e83-881c7067fd9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ef25978-8b0b-440c-826a-cd9ea4e777a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Utah Jazz",
                "amount": 6336.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f1026f7-a3a0-4255-8226-fe6845c78889",
            "gambit_id": "7aa7d813-ef68-48cf-974e-d4f85e726561",
            "last_updated": "2022-12-05T11:37:11.112163-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f1b53f-0d8a-4616-8e83-881c7067fd9a/?format=api"
        },
        {
            "id": "ce314971-ff93-4454-8e2a-62bcc05093ca",
            "gambit_id": "02e66b9f-3a0e-4b02-acc5-d3296b592ebf",
            "last_updated": "2022-12-05T11:37:11.113237-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f1b53f-0d8a-4616-8e83-881c7067fd9a/?format=api"
        }
    ]
}