GET /api/bet_types/c0773cd0-a1c0-4f97-9a48-c37b0f27eb46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0773cd0-a1c0-4f97-9a48-c37b0f27eb46",
    "match": "https://api-prod.gambitprofit.com/api/matches/d401ba8a-648e-4d09-92f0-681f282ab299/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-29T10:38:01.335095-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": "Detroit Red Wings",
                "amount": 5784.0
            },
            {
                "team": "New York Rangers",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "08ad5419-6f46-4ec0-8268-48e0a4394913",
            "gambit_id": "38c89dc0-de19-4566-9d58-8d454adefa35",
            "last_updated": "2023-11-30T11:28:14.992394-05:00",
            "created_at": "2023-11-29T10:38:01.338559-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0773cd0-a1c0-4f97-9a48-c37b0f27eb46/?format=api"
        },
        {
            "id": "63fd8974-1974-469d-9d8b-db91bee7462f",
            "gambit_id": "bdd77562-b159-4477-a861-0d23194bc22d",
            "last_updated": "2023-11-30T11:28:14.996400-05:00",
            "created_at": "2023-11-29T10:38:01.342675-05:00",
            "name": "New York Rangers",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0773cd0-a1c0-4f97-9a48-c37b0f27eb46/?format=api"
        }
    ]
}