GET /api/bet_types/3708dba3-4194-4f71-8f0c-843a310216ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3708dba3-4194-4f71-8f0c-843a310216ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/46086057-4bde-4565-beee-a3f44df78be1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-30T10:47:16.247818-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": "CLE",
                "amount": 6020.0
            },
            {
                "team": "BAL",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc4a21d0-3696-41ca-b73f-0f3bf5c6daf3",
            "gambit_id": "a1871b0a-0218-4891-9339-13a4995ec37a",
            "last_updated": "2023-05-31T11:47:19.580938-04:00",
            "created_at": "2023-05-30T10:47:16.249666-04:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3708dba3-4194-4f71-8f0c-843a310216ee/?format=api"
        },
        {
            "id": "30d0df43-e13f-4b2f-b525-9f5d50533307",
            "gambit_id": "e48d4a2a-abb3-487b-b479-a4564c4f3456",
            "last_updated": "2023-05-31T11:47:19.583192-04:00",
            "created_at": "2023-05-30T10:47:16.251395-04:00",
            "name": "BAL",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3708dba3-4194-4f71-8f0c-843a310216ee/?format=api"
        }
    ]
}