GET /api/bet_types/57bc27eb-f543-4379-89ad-66a5512c1c7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57bc27eb-f543-4379-89ad-66a5512c1c7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9866e400-ca3b-4a21-be16-43f74d4fe04c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:09.607283-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 Cowboys",
                "amount": 5000.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6133b63a-1762-4cac-b882-88cf33ff18a1",
            "gambit_id": "ca814118-a6f8-425d-8f3c-dcbc1789de6d",
            "last_updated": "2023-11-20T19:48:01.370336-05:00",
            "created_at": "2023-11-16T09:28:09.611061-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57bc27eb-f543-4379-89ad-66a5512c1c7a/?format=api"
        },
        {
            "id": "afcc8351-3401-4a62-9a83-128c7b12ebdf",
            "gambit_id": "83611cb6-6954-43d5-9d45-180c5eccacd4",
            "last_updated": "2023-11-20T19:48:01.373976-05:00",
            "created_at": "2023-11-16T09:28:09.614694-05:00",
            "name": "Carolina Panthers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57bc27eb-f543-4379-89ad-66a5512c1c7a/?format=api"
        }
    ]
}