GET /api/bet_types/a45c12d4-9f98-41df-bfa9-e8737ba841a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a45c12d4-9f98-41df-bfa9-e8737ba841a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa508858-c317-47f4-8902-9e3cbf608bd9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:03.503892-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ee6ac2a-8d29-4251-803c-6e62e2168b91",
            "gambit_id": "6b32a211-db2a-4b90-a7c9-80190082eeea",
            "last_updated": "2023-03-14T12:27:15.960050-04:00",
            "created_at": "2023-03-13T09:22:03.505607-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a45c12d4-9f98-41df-bfa9-e8737ba841a7/?format=api"
        },
        {
            "id": "f09d0506-9233-41db-9dcb-755ff67972a5",
            "gambit_id": "5fd992be-4d91-4534-91d7-2fa7acf43a35",
            "last_updated": "2023-03-14T12:27:15.961418-04:00",
            "created_at": "2023-03-13T09:22:03.507532-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a45c12d4-9f98-41df-bfa9-e8737ba841a7/?format=api"
        }
    ]
}