GET /api/bet_types/a051304e-ed29-40d3-8462-eef125473411/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a051304e-ed29-40d3-8462-eef125473411",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d825fdc-01d5-4ded-b45b-6d1a15ef18ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T14:53:18.051663-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": 5319.0
            },
            {
                "team": "SDG",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "1193d0be-af1b-48c8-899f-b7ce4a962541",
            "gambit_id": "ee509cc8-3737-4b8e-ad06-0c7ec2de928c",
            "last_updated": "2023-08-10T12:28:26.615327-04:00",
            "created_at": "2023-08-09T14:53:18.061425-04:00",
            "name": "SEA",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a051304e-ed29-40d3-8462-eef125473411/?format=api"
        },
        {
            "id": "8315cff2-ae7b-4104-bdeb-f2e9bdfb0e2d",
            "gambit_id": "e4471de3-cd8e-47b4-8ff3-a32e281d6b76",
            "last_updated": "2023-08-10T12:28:26.611922-04:00",
            "created_at": "2023-08-09T14:53:18.056771-04:00",
            "name": "SDG",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a051304e-ed29-40d3-8462-eef125473411/?format=api"
        }
    ]
}