GET /api/bet_types/e74e3251-77a0-48b6-a84d-61417a370eff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e74e3251-77a0-48b6-a84d-61417a370eff",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4e13bf6-6c5d-49ed-be0b-eeb07011bb90/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "NYM",
                "amount": 6132.0
            },
            {
                "team": "CIN",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": 320.64,
        "profit_sb_percentage": 3.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c946d31-cdbd-450f-8b89-ad8a5e75bbf8",
            "gambit_id": "f44fe12c-d256-4455-aa84-1d3bbe546e98",
            "last_updated": "2022-08-09T10:17:13.594666-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e74e3251-77a0-48b6-a84d-61417a370eff/?format=api"
        },
        {
            "id": "46718943-87f1-4f45-b2a0-561312540b1f",
            "gambit_id": "5219aadb-9805-4eb7-9828-e6be1c31cec2",
            "last_updated": "2022-08-09T10:17:13.595083-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e74e3251-77a0-48b6-a84d-61417a370eff/?format=api"
        }
    ]
}