GET /api/bet_types/6892ca2d-c294-4b1a-8f01-327c2c5e51f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6892ca2d-c294-4b1a-8f01-327c2c5e51f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcc249a3-4c1a-4563-8250-61ef2f096cf6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-30T17:46:53.136245-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": "Sacramento Kings",
                "amount": 5106.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "746defa6-fb31-4fbc-a400-f808b99d5f72",
            "gambit_id": "8c9bf595-236c-4cce-b10c-b4a014a23ba0",
            "last_updated": "2023-01-31T09:12:14.438952-05:00",
            "created_at": "2023-01-30T17:46:53.139910-05:00",
            "name": "Sacramento Kings",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6892ca2d-c294-4b1a-8f01-327c2c5e51f7/?format=api"
        },
        {
            "id": "50cf5fc3-0b9b-4ecf-965f-1c1a91aacacb",
            "gambit_id": "8143f55a-1d9f-43f4-b132-c2fa72e33485",
            "last_updated": "2023-01-31T09:12:14.437786-05:00",
            "created_at": "2023-01-30T17:46:53.137989-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6892ca2d-c294-4b1a-8f01-327c2c5e51f7/?format=api"
        }
    ]
}