GET /api/bet_types/5d614f77-41b9-492a-8df7-67ada161951e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d614f77-41b9-492a-8df7-67ada161951e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c59f6267-e156-44de-89d2-5bd1f5ddfb23/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:09.380165-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": "Washington",
                "amount": 5000.0
            },
            {
                "team": "Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e079242-6ecb-4999-8013-caaa3219b596",
            "gambit_id": "8b0bb3fc-e3a5-4e0d-a423-62b8683676f1",
            "last_updated": "2022-12-31T10:31:57.578055-05:00",
            "created_at": "2022-12-29T08:42:09.381296-05:00",
            "name": "Washington",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d614f77-41b9-492a-8df7-67ada161951e/?format=api"
        },
        {
            "id": "ad43aef4-5086-40db-9a53-688bdcf43c95",
            "gambit_id": "8d0640ef-8c56-4c4c-b0f3-3a7b9c25cb77",
            "last_updated": "2022-12-31T10:31:57.579280-05:00",
            "created_at": "2022-12-29T08:42:09.382450-05:00",
            "name": "Texas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d614f77-41b9-492a-8df7-67ada161951e/?format=api"
        }
    ]
}