GET /api/bet_types/071de881-45c6-4faa-90c2-bafd76a55b90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "071de881-45c6-4faa-90c2-bafd76a55b90",
    "match": "https://api-prod.gambitprofit.com/api/matches/31799bc1-e138-4d9b-bdf9-3e46a9265a6d/?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": "Philadelphia Flyers",
                "amount": 5492.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9bdeae0-de93-49dc-8b69-12f7a083a117",
            "gambit_id": "34769bea-5fb2-4c88-9a32-4f40d78dddfa",
            "last_updated": "2022-11-22T10:07:04.851745-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/071de881-45c6-4faa-90c2-bafd76a55b90/?format=api"
        },
        {
            "id": "e76fabc7-5b29-47f5-833b-7173cff8cf9d",
            "gambit_id": "759a0f0f-043a-48e1-b173-7c268a0a7160",
            "last_updated": "2022-11-22T10:07:04.852741-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/071de881-45c6-4faa-90c2-bafd76a55b90/?format=api"
        }
    ]
}