GET /api/bet_types/ee99520e-f521-468f-867a-18bb0d3499b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee99520e-f521-468f-867a-18bb0d3499b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/37b10e1a-2cc8-4b0e-aebb-bd9407b903ef/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T09:03:22.777294-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": "CIN",
                "amount": 5688.0
            },
            {
                "team": "CHC",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "36289253-2751-42c7-935f-9b38cc0c9ed9",
            "gambit_id": "e9a0e1f2-3549-4f17-8d8b-11536f44722d",
            "last_updated": "2023-08-02T19:03:00.572105-04:00",
            "created_at": "2023-08-01T09:03:22.782160-04:00",
            "name": "CIN",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee99520e-f521-468f-867a-18bb0d3499b7/?format=api"
        },
        {
            "id": "d0757ddc-e7e4-4e4a-bb67-0c6b4925bcb5",
            "gambit_id": "6da212fc-bd2f-4b27-9703-8cd8b38c0806",
            "last_updated": "2023-08-02T19:03:00.576478-04:00",
            "created_at": "2023-08-01T09:03:22.787050-04:00",
            "name": "CHC",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee99520e-f521-468f-867a-18bb0d3499b7/?format=api"
        }
    ]
}