GET /api/bet_types/2eb25f30-afd5-4f38-8842-ca01cd93e9f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2eb25f30-afd5-4f38-8842-ca01cd93e9f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f655b459-43cb-4979-a3df-a03e65516992/?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": "MIL",
                "amount": 5511.0
            },
            {
                "team": "CIN",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "90a63810-b767-4049-8e39-65e20f0b7c91",
            "gambit_id": "b8288afe-8d0b-4ea6-af9c-59d350aa50e9",
            "last_updated": "2022-08-08T11:42:13.612055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eb25f30-afd5-4f38-8842-ca01cd93e9f8/?format=api"
        },
        {
            "id": "ab4bbca8-f2db-4f3f-b778-33d3ef1f0112",
            "gambit_id": "27e42ee3-b666-4680-aebb-cce0d954b8af",
            "last_updated": "2022-08-08T11:42:13.612487-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2eb25f30-afd5-4f38-8842-ca01cd93e9f8/?format=api"
        }
    ]
}