GET /api/bet_types/35381070-190b-4e27-8171-e2c296850a66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35381070-190b-4e27-8171-e2c296850a66",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea571a18-ad48-4922-aad6-ae879d39a686/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-21T10:17:16.438140-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": "HOU",
                "amount": 6010.0
            },
            {
                "team": "OAK",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba7717be-e75c-4445-a76e-31926bb3ad45",
            "gambit_id": "e70e04b8-33b5-44df-9d49-35fd8b39db80",
            "last_updated": "2023-05-22T13:37:00.591691-04:00",
            "created_at": "2023-05-21T10:17:16.439704-04:00",
            "name": "HOU",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35381070-190b-4e27-8171-e2c296850a66/?format=api"
        },
        {
            "id": "096421a9-e1f2-4c78-964d-a16878f17c6b",
            "gambit_id": "a855cc5d-7228-4dc8-b8b2-d4b8e4ba0c9a",
            "last_updated": "2023-05-22T13:37:00.592999-04:00",
            "created_at": "2023-05-21T10:17:16.441311-04:00",
            "name": "OAK",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35381070-190b-4e27-8171-e2c296850a66/?format=api"
        }
    ]
}