GET /api/bet_types/0d583c84-c93d-4e92-9a17-a4d61d1f449f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d583c84-c93d-4e92-9a17-a4d61d1f449f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c74f377a-9280-4ece-95ae-12cf06b9a3cb/?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": "North Carolina",
                "amount": 5749.0
            },
            {
                "team": "Notre Dame",
                "amount": 4251.0
            }
        ],
        "expected_reward_tokens": 9139.65,
        "profit_sb": 139.65,
        "profit_sb_percentage": 1.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2839134-5ff4-40c0-906c-ce0ba0e0ce5c",
            "gambit_id": "7b55fae1-642c-4661-a0c7-0f7c87ef694f",
            "last_updated": "2022-09-25T19:57:06.624068-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d583c84-c93d-4e92-9a17-a4d61d1f449f/?format=api"
        },
        {
            "id": "0589543a-7857-417f-b7ef-4e291378644b",
            "gambit_id": "b97de74e-7337-40aa-a784-3ed8c2841c6e",
            "last_updated": "2022-09-25T19:57:06.625284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "2.15000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d583c84-c93d-4e92-9a17-a4d61d1f449f/?format=api"
        }
    ]
}