GET /api/bet_types/b0fbe8c2-0fff-4bd0-a4bb-e4c377c9c891/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0fbe8c2-0fff-4bd0-a4bb-e4c377c9c891",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef47cb9a-80cc-4bc0-920c-b36c23fa7268/?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": "Liberty",
                "amount": 5000.0
            },
            {
                "team": "BYU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "13b36a09-3dea-4e4f-8b61-09b1a5f42e64",
            "gambit_id": "b4ad6c34-2900-4bda-877a-c185aca023ae",
            "last_updated": "2022-10-23T19:42:06.660719-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0fbe8c2-0fff-4bd0-a4bb-e4c377c9c891/?format=api"
        },
        {
            "id": "1a94f816-53d8-4000-ad2b-96dbe9b06061",
            "gambit_id": "3a21e5f8-01ed-4b70-b757-0d430f74915b",
            "last_updated": "2022-10-23T19:42:06.661829-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BYU",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0fbe8c2-0fff-4bd0-a4bb-e4c377c9c891/?format=api"
        }
    ]
}