GET /api/bet_types/25c73050-5592-4efb-96ec-6749b37ed9e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25c73050-5592-4efb-96ec-6749b37ed9e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc199aeb-6dca-4df8-9c31-066836ddb333/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "HOU",
                "amount": 6104.0
            },
            {
                "team": "NYY",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "8909f4d9-ca73-44fa-bbd6-328472119b0b",
            "gambit_id": "6337a797-6bf5-421a-8b9a-cafce5720cb4",
            "last_updated": "2022-10-23T09:17:19.442912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25c73050-5592-4efb-96ec-6749b37ed9e1/?format=api"
        },
        {
            "id": "722d7257-ddb2-4e37-9c31-5bfd8a3c2e1f",
            "gambit_id": "ea218d40-abb0-4e0d-96f6-ca6ae2a4b58f",
            "last_updated": "2022-10-23T09:17:19.441923-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25c73050-5592-4efb-96ec-6749b37ed9e1/?format=api"
        }
    ]
}