GET /api/bet_types/a917e8a8-71ae-430b-bb9f-dbefda4b0882/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a917e8a8-71ae-430b-bb9f-dbefda4b0882",
    "match": "https://api-prod.gambitprofit.com/api/matches/d00a9a0a-ce99-4ff9-bc73-63b4c98bd876/?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": "Iowa State",
                "amount": 5000.0
            },
            {
                "team": "TCU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f98485f-bba9-4c33-92d1-1fba01b6dfb3",
            "gambit_id": "1fbb9650-a781-4ea0-a502-ad5ab1a8601d",
            "last_updated": "2022-11-28T09:42:15.750592-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a917e8a8-71ae-430b-bb9f-dbefda4b0882/?format=api"
        },
        {
            "id": "57195912-89f1-4009-8cc7-e23178129bed",
            "gambit_id": "99e5c3a7-ac82-47cd-9153-0329d4667003",
            "last_updated": "2022-11-28T09:42:15.749620-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a917e8a8-71ae-430b-bb9f-dbefda4b0882/?format=api"
        }
    ]
}