GET /api/bet_types/48494e3e-a7f1-49ae-9035-ae083877b157/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48494e3e-a7f1-49ae-9035-ae083877b157",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6eb07e7-f1e8-46be-b9a4-26fa37c31aec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T22:48:27.314160-04: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": 5107.0
            },
            {
                "team": "New York Giants",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ec07f69-3f23-44d0-8e75-bc42d67f3f3a",
            "gambit_id": "7a326ed9-c069-4770-b599-9fdedce26598",
            "last_updated": "2023-09-11T11:03:24.148444-04:00",
            "created_at": "2023-09-06T22:48:27.318161-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48494e3e-a7f1-49ae-9035-ae083877b157/?format=api"
        },
        {
            "id": "36a3b180-f930-43ca-9e08-834acd30990f",
            "gambit_id": "7f36ae27-f65d-4268-9adc-81a01300a665",
            "last_updated": "2023-09-11T11:03:24.151778-04:00",
            "created_at": "2023-09-06T22:48:27.322057-04:00",
            "name": "New York Giants",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48494e3e-a7f1-49ae-9035-ae083877b157/?format=api"
        }
    ]
}