GET /api/bet_types/fa58b93e-699d-4514-9148-5e2a338fac1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa58b93e-699d-4514-9148-5e2a338fac1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a9a7520-ca01-4a47-b30a-c4ce0d718cc2/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:08.470860-05: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": "Anaheim Ducks",
                "amount": 6099.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "b05d1dc8-5d74-4704-b350-58d8e55ac6be",
            "gambit_id": "3e96ffa7-c752-47b6-bcc4-3b3932acb94e",
            "last_updated": "2022-12-30T18:57:02.059217-05:00",
            "created_at": "2022-12-28T09:32:08.472037-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa58b93e-699d-4514-9148-5e2a338fac1f/?format=api"
        },
        {
            "id": "3ce73a93-06b0-4bce-b77a-54080bdfcbf3",
            "gambit_id": "ce583511-280d-4adb-a59a-17f78087c7f1",
            "last_updated": "2022-12-30T18:57:02.060265-05:00",
            "created_at": "2022-12-28T09:32:08.473320-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa58b93e-699d-4514-9148-5e2a338fac1f/?format=api"
        }
    ]
}