GET /api/bet_types/7bce881a-d7c3-4000-9578-135989d54583/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bce881a-d7c3-4000-9578-135989d54583",
    "match": "https://api-prod.gambitprofit.com/api/matches/be92dc78-3eee-4f9d-bf96-27f4c76bca16/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-12T12:38:15.046231-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": "NYY",
                "amount": 5939.0
            },
            {
                "team": "MIA",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8c12041-483c-44d0-9e19-826824c4f7b9",
            "gambit_id": "2ae8ccea-50e6-464b-bee9-21f30c1c3d2e",
            "last_updated": "2023-08-14T10:48:15.055419-04:00",
            "created_at": "2023-08-12T12:38:15.050468-04:00",
            "name": "NYY",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bce881a-d7c3-4000-9578-135989d54583/?format=api"
        },
        {
            "id": "985d00eb-d714-4145-9d14-f04a17ec12c8",
            "gambit_id": "49d58a6a-cbbd-480d-a784-e1defd08fc5e",
            "last_updated": "2023-08-14T10:48:15.060763-04:00",
            "created_at": "2023-08-12T12:38:15.055073-04:00",
            "name": "MIA",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bce881a-d7c3-4000-9578-135989d54583/?format=api"
        }
    ]
}