GET /api/bet_types/bbcbd992-ddf4-4370-a4d4-e9c5555fd133/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbcbd992-ddf4-4370-a4d4-e9c5555fd133",
    "match": "https://api-prod.gambitprofit.com/api/matches/efaf9e12-8edb-4ba4-b1fa-2a1fff483731/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:26.258044-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": "STL",
                "amount": 5000.0
            },
            {
                "team": "PHI",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "19fa868d-bd52-4103-8cc8-a67db148914d",
            "gambit_id": "4cf2ee79-9898-45ba-be9a-c09ca48c6fbc",
            "last_updated": "2023-08-28T16:13:33.379254-04:00",
            "created_at": "2023-08-26T09:23:26.262262-04:00",
            "name": "STL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbcbd992-ddf4-4370-a4d4-e9c5555fd133/?format=api"
        },
        {
            "id": "f558c814-0b66-48bf-b529-ee8b6541a042",
            "gambit_id": "35dbba2b-9445-44cc-83a8-cd78a0f3da07",
            "last_updated": "2023-08-28T16:13:33.382544-04:00",
            "created_at": "2023-08-26T09:23:26.266463-04:00",
            "name": "PHI",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbcbd992-ddf4-4370-a4d4-e9c5555fd133/?format=api"
        }
    ]
}