GET /api/bet_types/2cb12d72-299b-4135-8515-df7a08302499/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cb12d72-299b-4135-8515-df7a08302499",
    "match": "https://api-prod.gambitprofit.com/api/matches/db78c19d-aa60-4bd7-b2cc-d7a1bce8b87c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca3dcb6d-fd48-4127-8871-de9e2444bfb4",
            "gambit_id": "e4cc6007-a53c-49c5-952d-1e9683ad3d55",
            "last_updated": "2022-11-08T10:52:24.076063-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb12d72-299b-4135-8515-df7a08302499/?format=api"
        },
        {
            "id": "7068152d-e348-428f-9e20-c570b495bc67",
            "gambit_id": "2b444d40-ff1e-4ea8-897e-4a1cb7fc0835",
            "last_updated": "2022-11-08T10:52:24.077050-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb12d72-299b-4135-8515-df7a08302499/?format=api"
        }
    ]
}