GET /api/bet_types/28b114cb-b6fe-48a6-acc6-04189ee2ec93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28b114cb-b6fe-48a6-acc6-04189ee2ec93",
    "match": "https://api-prod.gambitprofit.com/api/matches/512540ff-a5c3-4ac8-af13-7b159c1de73a/?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": "San Jose State",
                "amount": 6913.0
            },
            {
                "team": "UNLV",
                "amount": 3087.0
            }
        ],
        "expected_reward_tokens": 9538.83,
        "profit_sb": 38.83,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "3040c2f7-fc56-441b-82ff-f73e71c1c66c",
            "gambit_id": "dcf0180d-d489-45e7-a8db-ccead7340f5c",
            "last_updated": "2022-10-08T09:02:07.234530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28b114cb-b6fe-48a6-acc6-04189ee2ec93/?format=api"
        },
        {
            "id": "d1ba98c1-f31f-46a5-a640-e887532bfb94",
            "gambit_id": "a027f17e-102b-4598-9963-87744dd5fc47",
            "last_updated": "2022-10-08T09:02:07.235641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28b114cb-b6fe-48a6-acc6-04189ee2ec93/?format=api"
        }
    ]
}