GET /api/bet_types/0cc73440-0b64-49c3-a1bc-cf5180783dc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cc73440-0b64-49c3-a1bc-cf5180783dc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/eca8e23a-4405-43a8-8fd8-2d30babaa3ac/?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": "Toledo",
                "amount": 5672.0
            },
            {
                "team": "San Diego State",
                "amount": 4328.0
            }
        ],
        "expected_reward_tokens": 9131.92,
        "profit_sb": 131.92,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "1e4aea8f-22c4-47d0-94e5-26dcc80c8e44",
            "gambit_id": "6a4fca12-2ae9-4c10-af9e-5a7b129b43ae",
            "last_updated": "2022-09-25T20:02:07.785248-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cc73440-0b64-49c3-a1bc-cf5180783dc6/?format=api"
        },
        {
            "id": "c1b97944-aea1-45cd-9aa3-e08ea4b972b4",
            "gambit_id": "976a9497-ceb1-4d2d-a76f-e91ac42d8fca",
            "last_updated": "2022-09-25T20:02:07.784270-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "2.11000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cc73440-0b64-49c3-a1bc-cf5180783dc6/?format=api"
        }
    ]
}