GET /api/bet_types/586072a4-d338-4427-98bc-6c4473d6f775/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "586072a4-d338-4427-98bc-6c4473d6f775",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d44f421-f520-411d-b7ad-56100ecfee2a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:25.112700-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": "CHC",
                "amount": 6324.0
            },
            {
                "team": "TOR",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "77220bcb-0a23-471b-8408-50b55d27d5b0",
            "gambit_id": "117b1b7f-4827-404e-9f18-ed36d0280d8f",
            "last_updated": "2023-08-14T18:43:05.829506-04:00",
            "created_at": "2023-08-13T10:18:25.117241-04:00",
            "name": "CHC",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/586072a4-d338-4427-98bc-6c4473d6f775/?format=api"
        },
        {
            "id": "cf345e0d-9008-4497-82e8-325a58c0d3b8",
            "gambit_id": "22a9e05c-a7ee-412c-af25-3239ff06b3bf",
            "last_updated": "2023-08-14T18:43:05.833028-04:00",
            "created_at": "2023-08-13T10:18:25.121812-04:00",
            "name": "TOR",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/586072a4-d338-4427-98bc-6c4473d6f775/?format=api"
        }
    ]
}