GET /api/bet_types/f1809563-e2d8-4f23-ae6b-db3f2fc93909/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1809563-e2d8-4f23-ae6b-db3f2fc93909",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfbaa0f2-8b8b-4857-b64d-3dadf18c3104/?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": "Georgia Tech",
                "amount": 5000.0
            },
            {
                "team": "Virginia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "66645201-a261-42d6-b47a-d984375cbf76",
            "gambit_id": "de8d983a-b70c-4b45-ae36-ffe626b52f28",
            "last_updated": "2022-11-06T08:33:41.773232-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1809563-e2d8-4f23-ae6b-db3f2fc93909/?format=api"
        },
        {
            "id": "17a4d410-bd34-4eea-9c81-8fefef370937",
            "gambit_id": "476ab746-bfe1-4f3c-a7a0-4123aa69c3c7",
            "last_updated": "2022-11-06T08:33:41.772254-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1809563-e2d8-4f23-ae6b-db3f2fc93909/?format=api"
        }
    ]
}