GET /api/bet_types/6f5644a0-54d1-4830-a292-52be54d03e06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f5644a0-54d1-4830-a292-52be54d03e06",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1c52b5f-80e9-4d75-a347-0766cb130089/?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": "MIN",
                "amount": 6183.0
            },
            {
                "team": "NYY",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": 274.5,
        "profit_sb_percentage": 3.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "53a542d8-27ad-45a9-92ec-b4b66af1eabb",
            "gambit_id": "95fd82db-8b3e-4bbe-876d-08415345814a",
            "last_updated": "2022-09-08T10:47:28.291401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f5644a0-54d1-4830-a292-52be54d03e06/?format=api"
        },
        {
            "id": "87ac85a2-d2a6-4d9d-b035-2a5276ce07b9",
            "gambit_id": "7761c041-2180-4551-96e1-6bb96c68412a",
            "last_updated": "2022-09-08T10:47:28.290361-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.43000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f5644a0-54d1-4830-a292-52be54d03e06/?format=api"
        }
    ]
}