GET /api/bet_types/5c59d6d1-c55f-4428-85f0-6b4f9d543861/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c59d6d1-c55f-4428-85f0-6b4f9d543861",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b100c75-f95c-4188-97c5-4f5794c45d90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:02.785407-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a5d31a4-94ad-4cee-8eed-cfcc3978bdda",
            "gambit_id": "0f2ddb3b-2c20-43bf-a626-5206d31cbe13",
            "last_updated": "2023-01-13T11:32:07.821189-05:00",
            "created_at": "2023-01-12T08:22:02.787899-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c59d6d1-c55f-4428-85f0-6b4f9d543861/?format=api"
        },
        {
            "id": "33466ea9-2c8b-48ba-b07e-9b58db11538e",
            "gambit_id": "3d17b249-e855-4ced-ad68-347d97821342",
            "last_updated": "2023-01-13T11:32:07.820105-05:00",
            "created_at": "2023-01-12T08:22:02.786592-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c59d6d1-c55f-4428-85f0-6b4f9d543861/?format=api"
        }
    ]
}