GET /api/bet_types/2047f40c-371d-4ef0-98a3-53cfb234ce90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2047f40c-371d-4ef0-98a3-53cfb234ce90",
    "match": "https://api-prod.gambitprofit.com/api/matches/940a559c-898d-47c5-9b71-f2fefb652fbd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:15.441048-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": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "130be9cc-783f-4b56-9d1d-682ede5bb6a9",
            "gambit_id": "c0ebee91-0cff-47f2-8b28-04d1f58d5bd5",
            "last_updated": "2023-04-08T20:47:04.982892-04:00",
            "created_at": "2023-04-07T09:27:15.442718-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2047f40c-371d-4ef0-98a3-53cfb234ce90/?format=api"
        },
        {
            "id": "1c2ebe71-b8aa-4511-bec8-c46bdb08b0b8",
            "gambit_id": "24c75847-8564-466d-aa4d-22abe2005051",
            "last_updated": "2023-04-08T20:47:04.986030-04:00",
            "created_at": "2023-04-07T09:27:15.444220-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2047f40c-371d-4ef0-98a3-53cfb234ce90/?format=api"
        }
    ]
}