GET /api/bet_types/5685fdc0-1f26-4cc5-be5f-045444647a62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5685fdc0-1f26-4cc5-be5f-045444647a62",
    "match": "https://api-prod.gambitprofit.com/api/matches/37cf2a42-9b39-4cd9-be16-d4102c6ecd26/?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": "CHC",
                "amount": 5591.0
            },
            {
                "team": "MIL",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9169.24,
        "profit_sb": 169.24,
        "profit_sb_percentage": 1.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3ddc33a-20dc-4a94-a4ce-347b7cb03cc5",
            "gambit_id": "e758f0b1-bea5-4c1a-a4ed-f78bc5ae4db9",
            "last_updated": "2022-08-22T09:41:58.820450-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5685fdc0-1f26-4cc5-be5f-045444647a62/?format=api"
        },
        {
            "id": "a55ba50e-b4d0-4f2c-810c-b5278a940447",
            "gambit_id": "9000503f-9ac0-4cbc-9c58-3e7f6151dc44",
            "last_updated": "2022-08-22T09:41:58.820892-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5685fdc0-1f26-4cc5-be5f-045444647a62/?format=api"
        }
    ]
}