GET /api/bet_types/02d18a90-7031-40ef-bfd3-dfa301e763c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02d18a90-7031-40ef-bfd3-dfa301e763c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/659d2d74-33b8-44e9-a6c5-be5fbdd3c1e1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-23T11:48:00.363838-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": "TOR",
                "amount": 5939.0
            },
            {
                "team": "SEA",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "24eb9246-eedc-4423-b3e3-a890fb369416",
            "gambit_id": "2b5e190e-32e3-4c7b-8cf6-cd95d50fa852",
            "last_updated": "2023-07-24T11:28:12.987526-04:00",
            "created_at": "2023-07-23T11:48:00.367436-04:00",
            "name": "TOR",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d18a90-7031-40ef-bfd3-dfa301e763c6/?format=api"
        },
        {
            "id": "1a4c61a2-6fdc-4f22-a90a-725d10194e81",
            "gambit_id": "f49f620f-2e88-4a45-9f5f-80826172bf77",
            "last_updated": "2023-07-24T11:28:12.990861-04:00",
            "created_at": "2023-07-23T11:48:00.371635-04:00",
            "name": "SEA",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02d18a90-7031-40ef-bfd3-dfa301e763c6/?format=api"
        }
    ]
}