GET /api/bet_types/7cb4cb95-82a5-4745-9d26-c7a74c312990/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cb4cb95-82a5-4745-9d26-c7a74c312990",
    "match": "https://api-prod.gambitprofit.com/api/matches/89ba4b94-e8a8-4ea5-8d34-11d27f0548fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-13T09:18:00.035361-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "44da00a7-3748-4267-a75b-47f8aa9f3439",
            "gambit_id": "6514362b-fa20-41b7-bc6b-ef776d5636bc",
            "last_updated": "2023-11-14T10:13:17.375597-05:00",
            "created_at": "2023-11-13T09:18:00.039752-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cb4cb95-82a5-4745-9d26-c7a74c312990/?format=api"
        },
        {
            "id": "c30e0959-b5ae-420a-b2d6-29393abe4e3f",
            "gambit_id": "662094dd-509d-45fb-a1d7-482ad1281c01",
            "last_updated": "2023-11-14T10:13:17.378916-05:00",
            "created_at": "2023-11-13T09:18:00.045187-05:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cb4cb95-82a5-4745-9d26-c7a74c312990/?format=api"
        }
    ]
}