GET /api/bet_types/fe4c8603-85f2-450c-a4d1-f36bb7a1816b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe4c8603-85f2-450c-a4d1-f36bb7a1816b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5d104d8-d6f4-4e2c-9665-14f9be1c3363/?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": "USC",
                "amount": 5492.0
            },
            {
                "team": "UCLA",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "041419de-98a0-4257-8f31-eaa5167c97a1",
            "gambit_id": "fc3fd4b7-3635-4c3c-a2e4-fa187542af2f",
            "last_updated": "2022-11-21T09:48:51.628492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe4c8603-85f2-450c-a4d1-f36bb7a1816b/?format=api"
        },
        {
            "id": "9712c1e1-24b3-4e13-a535-c9086f247525",
            "gambit_id": "3f75c3a5-e1c4-4af8-bfdf-55be33de16e8",
            "last_updated": "2022-11-21T09:48:51.627521-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe4c8603-85f2-450c-a4d1-f36bb7a1816b/?format=api"
        }
    ]
}