GET /api/bet_types/e2ff73cd-39d6-488f-a158-bdc2f97c8546/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2ff73cd-39d6-488f-a158-bdc2f97c8546",
    "match": "https://api-prod.gambitprofit.com/api/matches/3da73879-369a-4b67-851d-5492292ca4d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:07.095639-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": 5421.0
            },
            {
                "team": "OAK",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4bdd456-a618-44a3-804c-f85af9851e9f",
            "gambit_id": "5acc5551-14ec-405a-903c-9769e1cbbce2",
            "last_updated": "2023-05-10T15:42:10.570673-04:00",
            "created_at": "2023-05-09T11:07:07.097504-04:00",
            "name": "NYY",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ff73cd-39d6-488f-a158-bdc2f97c8546/?format=api"
        },
        {
            "id": "c6496c75-0eb4-4c8a-aad6-130bd729d3bd",
            "gambit_id": "73ab5b61-75de-4d82-a9bf-577a6f8306f4",
            "last_updated": "2023-05-10T15:42:10.573204-04:00",
            "created_at": "2023-05-09T11:07:07.099383-04:00",
            "name": "OAK",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2ff73cd-39d6-488f-a158-bdc2f97c8546/?format=api"
        }
    ]
}