GET /api/bet_types/46ea812c-38ef-4603-aca3-0929f2adcf2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46ea812c-38ef-4603-aca3-0929f2adcf2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a036300-15d5-4f00-ac71-523d9551f95a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:08.822793-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": "Philadelphia Flyers",
                "amount": 5857.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a626c81-f99f-449a-ab9c-3d4f026581a0",
            "gambit_id": "87e0fe78-5ac5-407d-b7f0-600137b07f23",
            "last_updated": "2024-02-07T01:53:00.399119-05:00",
            "created_at": "2024-02-06T09:08:08.826386-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ea812c-38ef-4603-aca3-0929f2adcf2a/?format=api"
        },
        {
            "id": "98f72b2b-fbe8-4ebc-9231-b39b3e7a5a69",
            "gambit_id": "fe7b3864-ed77-4317-9dbb-916f1ad6bdec",
            "last_updated": "2024-02-07T01:53:00.402415-05:00",
            "created_at": "2024-02-06T09:08:08.830522-05:00",
            "name": "Florida Panthers",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ea812c-38ef-4603-aca3-0929f2adcf2a/?format=api"
        }
    ]
}