GET /api/bet_types/eb675bea-20df-4c34-a51c-fcd2525d6280/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb675bea-20df-4c34-a51c-fcd2525d6280",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e7591dd-d032-4b42-8b17-90084cdbfea9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:52.224146-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": "SFO",
                "amount": 6163.0
            },
            {
                "team": "CWS",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8997fda-01da-4bf1-bab7-b1c7e2d48ed6",
            "gambit_id": "f1ebe667-4dd1-4905-b576-fd201c1fec87",
            "last_updated": "2023-04-04T19:37:06.639845-04:00",
            "created_at": "2023-04-03T09:56:52.227124-04:00",
            "name": "SFO",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb675bea-20df-4c34-a51c-fcd2525d6280/?format=api"
        },
        {
            "id": "ea6cdd01-f533-4578-a139-6fcdb7b19266",
            "gambit_id": "d3976d81-dfa4-4739-bc16-8ecb4b71f0d2",
            "last_updated": "2023-04-04T19:37:06.637266-04:00",
            "created_at": "2023-04-03T09:56:52.225660-04:00",
            "name": "CWS",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb675bea-20df-4c34-a51c-fcd2525d6280/?format=api"
        }
    ]
}