GET /api/bet_types/85f67ced-6775-44b8-adcf-825738f764af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85f67ced-6775-44b8-adcf-825738f764af",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8766141-5684-44b3-b5b0-cba615e7c514/?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": "Cleveland Browns",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "630e9a98-2524-416f-a36a-e43f3f7441be",
            "gambit_id": "4dc75617-a14c-4eca-a487-befe54798b7a",
            "last_updated": "2022-11-21T15:53:13.249284-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85f67ced-6775-44b8-adcf-825738f764af/?format=api"
        },
        {
            "id": "70f9f857-2413-4bee-84fc-d884766d6084",
            "gambit_id": "a49b24b2-3a89-453c-ae48-b2166d805506",
            "last_updated": "2022-11-21T15:53:13.248141-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85f67ced-6775-44b8-adcf-825738f764af/?format=api"
        }
    ]
}