GET /api/bet_types/fdc273e3-9dba-409e-8eee-987be256266b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fdc273e3-9dba-409e-8eee-987be256266b",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbe1f524-0a6d-4ef9-b8ee-a013aff28388/?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": "James Madison",
                "amount": 7373.0
            },
            {
                "team": "Marshall",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9509.74,
        "profit_sb": 9.74,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6257e26-c9d2-470c-9a05-a1b2cacdfdb7",
            "gambit_id": "d74b5a22-e8ee-444d-a384-fa58c4ca524e",
            "last_updated": "2022-10-23T19:37:03.520331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdc273e3-9dba-409e-8eee-987be256266b/?format=api"
        },
        {
            "id": "364c73ea-5dc1-4630-9b3d-616eced02c5a",
            "gambit_id": "acbb33f5-dedd-40f5-b3f3-0465df6ae716",
            "last_updated": "2022-10-23T19:37:03.521451-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "3.62000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fdc273e3-9dba-409e-8eee-987be256266b/?format=api"
        }
    ]
}