GET /api/bet_types/3a5acaef-a644-4397-a718-673db1187593/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a5acaef-a644-4397-a718-673db1187593",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0d40e05-1f06-45a9-90c4-b49e59ed7458/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:17.452514-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0de86fb5-db3e-437d-af12-c2995f245dc0",
            "gambit_id": "53fa20ca-2a46-425b-bf31-ac6ad968bbdc",
            "last_updated": "2023-03-17T11:06:52.071337-04:00",
            "created_at": "2023-03-16T17:37:17.454261-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5acaef-a644-4397-a718-673db1187593/?format=api"
        },
        {
            "id": "b1aed341-fbef-46bd-80d7-5f700b6fbb64",
            "gambit_id": "7f20e82e-7440-43d6-bdc6-af37fcb916c2",
            "last_updated": "2023-03-17T11:06:52.072597-04:00",
            "created_at": "2023-03-16T17:37:17.455760-04:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5acaef-a644-4397-a718-673db1187593/?format=api"
        }
    ]
}