GET /api/bet_types/6af33378-b2dc-4da9-88f1-79b438bd81fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6af33378-b2dc-4da9-88f1-79b438bd81fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/551b6af0-ee6b-460f-9728-7c6e394ac89d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:07:58.021461-04: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": 5857.0
            },
            {
                "team": "TAM",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "89032c42-b5dc-4c82-9136-b5cd1603c9be",
            "gambit_id": "bbfc085b-59cd-491b-b072-608de6c18ba5",
            "last_updated": "2023-09-15T10:23:22.585533-04:00",
            "created_at": "2023-09-13T09:07:58.030230-04:00",
            "name": "MIN",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af33378-b2dc-4da9-88f1-79b438bd81fa/?format=api"
        },
        {
            "id": "b82c1c22-f53b-4f91-af21-2b1257f0dcd1",
            "gambit_id": "50584f79-9602-4f2a-98e6-524c15c07d6d",
            "last_updated": "2023-09-15T10:23:22.582365-04:00",
            "created_at": "2023-09-13T09:07:58.025587-04:00",
            "name": "TAM",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6af33378-b2dc-4da9-88f1-79b438bd81fa/?format=api"
        }
    ]
}