GET /api/bet_types/f6c8edaa-2183-4210-b6d7-8e4ffe581df8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6c8edaa-2183-4210-b6d7-8e4ffe581df8",
    "match": "https://api-prod.gambitprofit.com/api/matches/8018ffd8-65ac-42c4-88f8-5a4e89262cf4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:15.434073-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "db09e7b4-a1dc-4dd0-88a8-4a844c682650",
            "gambit_id": "86bca1a9-18ba-4d53-9f2a-7020cd5e0158",
            "last_updated": "2024-01-23T18:33:35.834541-05:00",
            "created_at": "2024-01-20T05:38:15.440413-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6c8edaa-2183-4210-b6d7-8e4ffe581df8/?format=api"
        },
        {
            "id": "013c1afc-7f73-475e-a819-c9bd3a7ca907",
            "gambit_id": "272d7b3b-0757-4d89-b06f-94d5681067a9",
            "last_updated": "2024-01-23T18:33:35.838120-05:00",
            "created_at": "2024-01-20T05:38:15.445212-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6c8edaa-2183-4210-b6d7-8e4ffe581df8/?format=api"
        }
    ]
}