GET /api/bet_types/2504670d-ef01-4f3c-b93f-71846c4bd02e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2504670d-ef01-4f3c-b93f-71846c4bd02e",
    "match": "https://api-prod.gambitprofit.com/api/matches/52b44098-a5d1-4ee3-a144-e10f8f61773d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:11.502910-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": "Montreal Canadiens",
                "amount": 6308.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b51b90c-f0a0-42fa-96de-d1d80048d982",
            "gambit_id": "e730a5ee-1dac-4694-a057-151f84d3dca2",
            "last_updated": "2023-12-04T15:28:30.707996-05:00",
            "created_at": "2023-12-02T08:28:11.513181-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2504670d-ef01-4f3c-b93f-71846c4bd02e/?format=api"
        },
        {
            "id": "a2b7abb7-b27f-4031-a536-acf2a3f636dd",
            "gambit_id": "be8c8f3b-c4d6-442e-9a4d-9c885e4338e2",
            "last_updated": "2023-12-04T15:28:30.704601-05:00",
            "created_at": "2023-12-02T08:28:11.507871-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2504670d-ef01-4f3c-b93f-71846c4bd02e/?format=api"
        }
    ]
}