GET /api/bet_types/f9909d52-d784-4a72-9505-216742b1b0f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9909d52-d784-4a72-9505-216742b1b0f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ea69369-9159-4ed6-b9c5-e214e76bd47c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:11.899161-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": "SEA",
                "amount": 6547.0
            },
            {
                "team": "BAL",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5fc93aa-5d33-4dde-a7b5-822f24d272f5",
            "gambit_id": "ea4bd650-43ff-4a5c-933d-0b221f6a1548",
            "last_updated": "2023-06-26T10:23:06.470509-04:00",
            "created_at": "2023-06-23T09:28:11.901244-04:00",
            "name": "SEA",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9909d52-d784-4a72-9505-216742b1b0f0/?format=api"
        },
        {
            "id": "c80ba89e-dd5a-498e-8db5-5e684ee70643",
            "gambit_id": "441500af-4cea-4d85-98b1-403b780c531e",
            "last_updated": "2023-06-26T10:23:06.472572-04:00",
            "created_at": "2023-06-23T09:28:11.903148-04:00",
            "name": "BAL",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9909d52-d784-4a72-9505-216742b1b0f0/?format=api"
        }
    ]
}