GET /api/bet_types/2706103b-944c-4fe2-b95e-7e1902137d37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2706103b-944c-4fe2-b95e-7e1902137d37",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c86c835-00d8-4571-84ef-f6c15ffb3163/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-21T10:17:15.495657-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": 5515.0
            },
            {
                "team": "NYY",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6d0df64-e59c-4d7a-ab8a-0a4295643b2c",
            "gambit_id": "273b49f2-62f7-4226-b5f4-15b7fcc14d6c",
            "last_updated": "2023-05-22T14:42:19.667342-04:00",
            "created_at": "2023-05-21T10:17:15.497247-04:00",
            "name": "CIN",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2706103b-944c-4fe2-b95e-7e1902137d37/?format=api"
        },
        {
            "id": "2bbe0348-24d4-4ad5-beee-5a3a1a6e03f6",
            "gambit_id": "434b0d3d-4c1b-4a5c-9f2a-e52e2568bfa7",
            "last_updated": "2023-05-22T14:42:19.668555-04:00",
            "created_at": "2023-05-21T10:17:15.499067-04:00",
            "name": "NYY",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2706103b-944c-4fe2-b95e-7e1902137d37/?format=api"
        }
    ]
}