GET /api/bet_types/4dcaf86c-b339-44fa-a4e6-95a637730193/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dcaf86c-b339-44fa-a4e6-95a637730193",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f41c3ad-937f-4e26-8d6c-d9d1c8e92cb9/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7601d835-61ef-41a1-a629-bcf0d6185655",
            "gambit_id": "e83d323f-2926-4b04-a3ed-e3460f7ac573",
            "last_updated": "2022-11-21T15:48:08.100214-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dcaf86c-b339-44fa-a4e6-95a637730193/?format=api"
        },
        {
            "id": "0fb6c4ce-4ed5-41a3-a009-7e12fed02e4a",
            "gambit_id": "80d88bd3-d8fb-4736-a600-5d2c82875241",
            "last_updated": "2022-11-21T15:48:08.099152-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dcaf86c-b339-44fa-a4e6-95a637730193/?format=api"
        }
    ]
}