GET /api/bet_types/5075be96-1a41-4676-b712-fe2ebe34a286/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5075be96-1a41-4676-b712-fe2ebe34a286",
    "match": "https://api-prod.gambitprofit.com/api/matches/707f2d03-7b35-437d-8b88-c6de24ae4b26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-18T12:11:59.224990-04: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": "PHI (Z Wheeler)",
                "amount": 5363.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4637.0
            }
        ],
        "expected_reward_tokens": 9598.59,
        "profit_sb": 98.59,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "edcded2e-7943-4181-8629-6091807a1e67",
            "gambit_id": "cd2e7342-5f04-4cd0-9e48-5fcd2454d3d2",
            "last_updated": "2023-04-19T17:27:15.915259-04:00",
            "created_at": "2023-04-18T12:11:59.232047-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.79000",
            "odds": "1.82640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5075be96-1a41-4676-b712-fe2ebe34a286/?format=api"
        },
        {
            "id": "0bdf441a-bad0-4758-a3fa-c64d56f54bda",
            "gambit_id": "0c06a85b-8dda-45d9-baa9-fbe22f34e523",
            "last_updated": "2023-04-19T17:27:15.913054-04:00",
            "created_at": "2023-04-18T12:11:59.229325-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.07000",
            "odds": "2.11000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5075be96-1a41-4676-b712-fe2ebe34a286/?format=api"
        }
    ]
}