GET /api/bet_types/2b378d62-b838-42b8-b5dc-a5ade6da1ea8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b378d62-b838-42b8-b5dc-a5ade6da1ea8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4790442d-eebf-449c-9221-084df4c836ef/?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": "Michigan State",
                "amount": 5000.0
            },
            {
                "team": "Western Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff9b4493-c73b-4708-968e-e4ef9c07f5d5",
            "gambit_id": "c8957778-f65a-44a6-9f04-75384f55ca2c",
            "last_updated": "2022-09-03T10:37:19.263448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b378d62-b838-42b8-b5dc-a5ade6da1ea8/?format=api"
        },
        {
            "id": "35f3c66d-2235-4c5e-94ef-7402ec27e64e",
            "gambit_id": "64f56207-cd5f-4f7c-ac39-574b825ab6c0",
            "last_updated": "2022-09-03T10:37:19.263855-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Michigan",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b378d62-b838-42b8-b5dc-a5ade6da1ea8/?format=api"
        }
    ]
}