GET /api/bet_types/9ee47044-7335-4358-abef-bc9898d269cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ee47044-7335-4358-abef-bc9898d269cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/18824294-2be1-48fd-9ded-f27abe10e245/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:06.071415-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": "Carolina Panthers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4094c57e-661a-45c7-89c9-523dec285d5e",
            "gambit_id": "803ac6a8-26c7-41dc-9b29-e5150300678a",
            "last_updated": "2023-12-11T19:43:20.053338-05:00",
            "created_at": "2023-12-06T09:18:06.075929-05:00",
            "name": "Carolina Panthers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee47044-7335-4358-abef-bc9898d269cb/?format=api"
        },
        {
            "id": "e31a9203-90a5-402d-bebf-01751189ff66",
            "gambit_id": "66f9e6d1-84e8-40aa-82d7-98aa6e6febfb",
            "last_updated": "2023-12-11T19:43:20.057069-05:00",
            "created_at": "2023-12-06T09:18:06.080680-05:00",
            "name": "New Orleans Saints",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee47044-7335-4358-abef-bc9898d269cb/?format=api"
        }
    ]
}