GET /api/bet_types/d8e7ffdd-06a0-4b12-be58-372ad62b2c7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8e7ffdd-06a0-4b12-be58-372ad62b2c7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a11ace48-fdcb-444a-8f60-7dae8abaa271/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:03.391207-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": "Toronto Raptors",
                "amount": 5094.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "01601f0f-efaf-499b-8b88-e3388d3727e4",
            "gambit_id": "fa08b5d5-2000-4f55-88f0-18b2ba4ec5b7",
            "last_updated": "2023-11-03T11:58:26.158689-04:00",
            "created_at": "2023-11-02T09:03:03.397344-04:00",
            "name": "Toronto Raptors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e7ffdd-06a0-4b12-be58-372ad62b2c7a/?format=api"
        },
        {
            "id": "c3085b82-f4f7-4bb5-be57-1a576d5dde71",
            "gambit_id": "3784561b-8c1a-431a-b847-8a08ad32f911",
            "last_updated": "2023-11-03T11:58:26.162355-04:00",
            "created_at": "2023-11-02T09:03:03.403338-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8e7ffdd-06a0-4b12-be58-372ad62b2c7a/?format=api"
        }
    ]
}