GET /api/bet_types/2d407d8e-cb72-41a6-90d5-b202ed05ec64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d407d8e-cb72-41a6-90d5-b202ed05ec64",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed385143-8448-4850-9631-5acf8bc8d571/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:07.599703-04: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": "CIN",
                "amount": 6010.0
            },
            {
                "team": "MIL",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7d93b14-124a-41ca-a0b2-c7e6d50c9793",
            "gambit_id": "d4445aa9-c9c9-4058-8f4d-2844e6f7a44a",
            "last_updated": "2023-07-27T13:02:56.852406-04:00",
            "created_at": "2023-07-25T12:38:07.603294-04:00",
            "name": "CIN",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d407d8e-cb72-41a6-90d5-b202ed05ec64/?format=api"
        },
        {
            "id": "41da815f-ede3-42f1-9f6c-6a378f0d6857",
            "gambit_id": "f6797ee5-5a38-40e4-b2da-e36c93d488f3",
            "last_updated": "2023-07-27T13:02:56.855889-04:00",
            "created_at": "2023-07-25T12:38:07.608304-04:00",
            "name": "MIL",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d407d8e-cb72-41a6-90d5-b202ed05ec64/?format=api"
        }
    ]
}