GET /api/bet_types/342a5144-a3a3-4fa0-bda1-69283bcf1ba7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "342a5144-a3a3-4fa0-bda1-69283bcf1ba7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e8688d7-fcc2-48a0-a434-15efd32076f2/?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": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f648326-c147-43c5-aa54-14cd32b98235",
            "gambit_id": "5a360d58-b9ee-44df-87ff-5c0e8407e533",
            "last_updated": "2022-09-12T10:17:26.022088-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/342a5144-a3a3-4fa0-bda1-69283bcf1ba7/?format=api"
        },
        {
            "id": "fa79a718-7ec4-452f-ad90-ec3c2a097899",
            "gambit_id": "a06c6009-9481-4f8c-9817-2d976aa931a5",
            "last_updated": "2022-09-12T10:17:26.020773-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/342a5144-a3a3-4fa0-bda1-69283bcf1ba7/?format=api"
        }
    ]
}