GET /api/bet_types/5b6da81e-d66c-4e03-a5dc-ee001c4bd055/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b6da81e-d66c-4e03-a5dc-ee001c4bd055",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c261e1e-490c-44b7-b079-606331e045b7/?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": "Boston Bruins",
                "amount": 6811.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3189.0
            }
        ],
        "expected_reward_tokens": 9535.11,
        "profit_sb": 535.11,
        "profit_sb_percentage": 5.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd6ba59c-77c1-4332-aafb-24b1cb0206d2",
            "gambit_id": "679fc032-8db3-4587-baa7-3d2fd100126c",
            "last_updated": "2022-11-02T20:57:12.066099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6da81e-d66c-4e03-a5dc-ee001c4bd055/?format=api"
        },
        {
            "id": "00a01475-e46e-4c1c-acb2-519060defdf4",
            "gambit_id": "0ec58423-dd02-415a-9e33-3634bacb5bd0",
            "last_updated": "2022-11-02T20:57:12.065134-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.99000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6da81e-d66c-4e03-a5dc-ee001c4bd055/?format=api"
        }
    ]
}