GET /api/bet_types/c58909d8-ebb0-49eb-925f-b95d42de5c44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c58909d8-ebb0-49eb-925f-b95d42de5c44",
    "match": "https://api-prod.gambitprofit.com/api/matches/226ebc5b-7ad3-40a9-941c-531b73ad907f/?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": "Jacksonville Jaguars",
                "amount": 6104.0
            },
            {
                "team": "New York Giants",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "0e21ce34-1c71-4acc-a743-ccf0e6f2d2ca",
            "gambit_id": "3abcfc22-e2bd-4c1b-a22a-1c8b51b9d154",
            "last_updated": "2022-10-24T10:57:24.064556-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58909d8-ebb0-49eb-925f-b95d42de5c44/?format=api"
        },
        {
            "id": "023ddaf6-f762-4691-b620-a2da1ef99837",
            "gambit_id": "9872c657-02b0-4232-ab9f-87aeeb160799",
            "last_updated": "2022-10-24T10:57:24.065622-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58909d8-ebb0-49eb-925f-b95d42de5c44/?format=api"
        }
    ]
}