GET /api/bet_types/60a8d227-9a10-47f2-8fe5-be84a69de414/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60a8d227-9a10-47f2-8fe5-be84a69de414",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7afd5f9-99fa-4290-8580-60cb012be90c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-05T09:47:03.724752-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "91a4d12e-5e2a-4a3b-a425-6e1f76a58983",
            "gambit_id": "211e9833-1f0a-4ea3-85cf-0f080ab1378c",
            "last_updated": "2023-02-06T09:11:57.586989-05:00",
            "created_at": "2023-02-05T09:47:03.726562-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60a8d227-9a10-47f2-8fe5-be84a69de414/?format=api"
        },
        {
            "id": "4311aabd-fe50-40ab-a5c0-4c1c4e1fb06f",
            "gambit_id": "3f18ff7b-aefe-42b6-8a0a-f74536af0c4c",
            "last_updated": "2023-02-06T09:11:57.588247-05:00",
            "created_at": "2023-02-05T09:47:03.727957-05:00",
            "name": "Orlando Magic",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60a8d227-9a10-47f2-8fe5-be84a69de414/?format=api"
        }
    ]
}