GET /api/bet_types/7308822f-7e97-47a9-b18c-c35941beec56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7308822f-7e97-47a9-b18c-c35941beec56",
    "match": "https://api-prod.gambitprofit.com/api/matches/c739ace4-2df8-4d28-94f2-f863baf5aa38/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:56.590760-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": "Washington Capitals",
                "amount": 6090.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "49a46cb0-be19-45ea-afa9-3f67f03e64c8",
            "gambit_id": "d396e478-a6c1-4589-a4b8-2a0f2c2c9dd0",
            "last_updated": "2024-01-08T14:18:08.740378-05:00",
            "created_at": "2024-01-05T09:32:56.599252-05:00",
            "name": "Washington Capitals",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7308822f-7e97-47a9-b18c-c35941beec56/?format=api"
        },
        {
            "id": "c841c1c1-12f1-4d0c-aeea-c7bb6616ee85",
            "gambit_id": "0440d74e-4768-4dfc-8ec9-2972c0693b0e",
            "last_updated": "2024-01-08T14:18:08.736631-05:00",
            "created_at": "2024-01-05T09:32:56.594806-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7308822f-7e97-47a9-b18c-c35941beec56/?format=api"
        }
    ]
}