GET /api/bet_types/b22f070e-962c-44f7-a0e2-3a7948e740e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b22f070e-962c-44f7-a0e2-3a7948e740e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/bad1572d-9d79-480a-afb4-0fa8fd972a2c/?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": "Colorado",
                "amount": 5000.0
            },
            {
                "team": "Arizona State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0c77f79-184d-4bb7-86de-3ff89ec38140",
            "gambit_id": "816eb56d-197e-4f0d-86c2-c0099eb90117",
            "last_updated": "2022-10-31T10:17:28.075508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b22f070e-962c-44f7-a0e2-3a7948e740e0/?format=api"
        },
        {
            "id": "9dd3ed76-8960-43e5-8a6d-5361fba7b7ff",
            "gambit_id": "9af5169e-0c5f-46d5-9d3c-3f53bc73cc08",
            "last_updated": "2022-10-31T10:17:28.076431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b22f070e-962c-44f7-a0e2-3a7948e740e0/?format=api"
        }
    ]
}