GET /api/bet_types/c05f4ef3-fd88-483a-90ba-2a1879157fed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c05f4ef3-fd88-483a-90ba-2a1879157fed",
    "match": "https://api-prod.gambitprofit.com/api/matches/95b3bbcf-c1e4-4e97-8968-959c5c5d6e93/?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": "Seattle Seahawks",
                "amount": 5097.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "12baa38b-9ac5-4111-9bfc-39273271dc0e",
            "gambit_id": "77b620c0-3553-44eb-94c8-e635f2bb5496",
            "last_updated": "2022-09-26T10:02:20.560289-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c05f4ef3-fd88-483a-90ba-2a1879157fed/?format=api"
        },
        {
            "id": "b8fd7b52-05f3-46bf-b2e7-711b5501acc8",
            "gambit_id": "df2ccfc3-a8d0-468b-8a4d-3eb0be4663b5",
            "last_updated": "2022-09-26T10:02:20.559296-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c05f4ef3-fd88-483a-90ba-2a1879157fed/?format=api"
        }
    ]
}