GET /api/bet_types/1746c486-8068-4194-a028-312e3570922f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1746c486-8068-4194-a028-312e3570922f",
    "match": "https://api-prod.gambitprofit.com/api/matches/58e92f32-ee0d-4df1-a1cd-5f2aa0af8fe0/?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": "Northwestern",
                "amount": 7485.0
            },
            {
                "team": "Duke",
                "amount": 2515.0
            }
        ],
        "expected_reward_tokens": 9280.35,
        "profit_sb": 280.35,
        "profit_sb_percentage": 3.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "b85681d3-51e3-4e59-bedf-eb4ed21d5cf9",
            "gambit_id": "a5f8aa2c-62ee-4205-b456-ab70171e8934",
            "last_updated": "2022-09-11T11:12:11.258387-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "1.24000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1746c486-8068-4194-a028-312e3570922f/?format=api"
        },
        {
            "id": "a5c2f055-f7c7-4daa-aa1b-63f1817f3ee0",
            "gambit_id": "00327be8-c9e0-43db-883e-40847fb37d44",
            "last_updated": "2022-09-11T11:12:11.259657-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "3.69000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1746c486-8068-4194-a028-312e3570922f/?format=api"
        }
    ]
}