GET /api/bet_types/bb1ce583-ce07-46af-a220-014386cec6f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb1ce583-ce07-46af-a220-014386cec6f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7a75cd4-b86e-49e4-bfd2-7894393ed283/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:12.357881-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": "Arizona Coyotes",
                "amount": 5213.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7fa6c59c-dd74-49c4-b410-017e86451a49",
            "gambit_id": "f303d058-ed08-4eef-a244-325855e646be",
            "last_updated": "2024-01-26T13:18:08.268640-05:00",
            "created_at": "2024-01-24T09:13:12.363142-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1ce583-ce07-46af-a220-014386cec6f1/?format=api"
        },
        {
            "id": "523ac690-5754-44a0-9eb2-e0d5c2c2db6c",
            "gambit_id": "7e80516c-3011-4d84-a8c1-bae14c2528e6",
            "last_updated": "2024-01-26T13:18:08.272092-05:00",
            "created_at": "2024-01-24T09:13:12.368316-05:00",
            "name": "Florida Panthers",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1ce583-ce07-46af-a220-014386cec6f1/?format=api"
        }
    ]
}