GET /api/bet_types/8d9031f7-b09d-40b6-bf47-dee1dd2c46ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d9031f7-b09d-40b6-bf47-dee1dd2c46ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/64672a0f-de39-4129-bf3d-20c3484b7f67/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-01T09:42:09.317351-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": "PHI",
                "amount": 5421.0
            },
            {
                "team": "NYM",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "288a7cbe-f899-4ea4-bb6e-1a1491569c62",
            "gambit_id": "fd30de17-0e56-4950-824b-222e59de24dd",
            "last_updated": "2023-06-02T13:56:52.909732-04:00",
            "created_at": "2023-06-01T09:42:09.319665-04:00",
            "name": "PHI",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d9031f7-b09d-40b6-bf47-dee1dd2c46ce/?format=api"
        },
        {
            "id": "a9c40228-d9c0-476b-a475-241c286bf81e",
            "gambit_id": "af825db5-5253-48a2-a478-ba5da3aa3bfe",
            "last_updated": "2023-06-02T13:56:52.911610-04:00",
            "created_at": "2023-06-01T09:42:09.322023-04:00",
            "name": "NYM",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d9031f7-b09d-40b6-bf47-dee1dd2c46ce/?format=api"
        }
    ]
}