GET /api/bet_types/96bd4434-5aef-458c-aeff-bc6ebdb5215d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96bd4434-5aef-458c-aeff-bc6ebdb5215d",
    "match": "https://api-prod.gambitprofit.com/api/matches/472e5e10-878b-47c6-aaf3-48d1e58d9bd2/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-02T09:58:18.620489-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": "Los Angeles Clippers",
                "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": "57a61b34-2094-411f-8d33-6bb3f407b6f3",
            "gambit_id": "b1d00f49-3103-4162-84f7-65cb35499a9a",
            "last_updated": "2024-02-03T10:37:58.069832-05:00",
            "created_at": "2024-02-02T09:58:18.626588-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96bd4434-5aef-458c-aeff-bc6ebdb5215d/?format=api"
        },
        {
            "id": "d927c115-58e4-4af7-b2d1-fa8e5d2b8dc3",
            "gambit_id": "6cf65f9d-b4ea-4744-8c9f-8e8d590f08d4",
            "last_updated": "2024-02-03T10:37:58.073039-05:00",
            "created_at": "2024-02-02T09:58:18.632185-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96bd4434-5aef-458c-aeff-bc6ebdb5215d/?format=api"
        }
    ]
}