GET /api/bet_types/a0c90c93-c6e3-4f46-8c1f-e3242126999a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0c90c93-c6e3-4f46-8c1f-e3242126999a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ea1e940-c942-42b4-a1bd-004a8e4a5c1a/?format=api",
    "name": "Pick the Winner",
    "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": "UL Lafayette",
                "amount": 7733.0
            },
            {
                "team": "Rice",
                "amount": 2267.0
            }
        ],
        "expected_reward_tokens": 9202.27,
        "profit_sb": 202.27,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "9dd7467f-b02a-4202-8669-91b3d4a66af0",
            "gambit_id": "c5d4b1b5-2420-4e31-92db-31f32703696d",
            "last_updated": "2022-09-18T13:02:34.512815-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.19000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0c90c93-c6e3-4f46-8c1f-e3242126999a/?format=api"
        },
        {
            "id": "7a226954-54af-4d17-8113-31d38a9b8312",
            "gambit_id": "1c3d340a-0f0f-42e2-86e4-7cfddb856dd7",
            "last_updated": "2022-09-18T13:02:34.511802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "4.06000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0c90c93-c6e3-4f46-8c1f-e3242126999a/?format=api"
        }
    ]
}