GET /api/bet_types/63df0123-6c2c-496e-9506-b9c6985d40df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63df0123-6c2c-496e-9506-b9c6985d40df",
    "match": "https://api-prod.gambitprofit.com/api/matches/6aa876da-02ea-4f7d-8850-4c0077d33e28/?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": "Buffalo",
                "amount": 5000.0
            },
            {
                "team": "Kent State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b655442-5401-4f75-a0f0-dd7245a77d90",
            "gambit_id": "4bdcfa50-3817-4d7a-846a-a9d7f4841c4f",
            "last_updated": "2022-11-28T10:07:09.787109-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63df0123-6c2c-496e-9506-b9c6985d40df/?format=api"
        },
        {
            "id": "f52137cd-1a72-446c-8654-4ce91b8619c3",
            "gambit_id": "98092e3b-051d-4e23-83f6-db3e4b3f146f",
            "last_updated": "2022-11-28T10:07:09.788189-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63df0123-6c2c-496e-9506-b9c6985d40df/?format=api"
        }
    ]
}