GET /api/bet_types/70c60655-4c67-4ec6-a32e-04458d51e178/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70c60655-4c67-4ec6-a32e-04458d51e178",
    "match": "https://api-prod.gambitprofit.com/api/matches/e98c5b45-94bf-485e-bb1c-8b865483fdb8/?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": "NYY (N Cortes)",
                "amount": 6143.0
            },
            {
                "team": "CLE (A Civale)",
                "amount": 3857.0
            }
        ],
        "expected_reward_tokens": 9642.5,
        "profit_sb": 142.5,
        "profit_sb_percentage": 1.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "368154e6-dce0-4aed-bac4-704deb7a2311",
            "gambit_id": "7f88819f-d902-4cb1-8e5e-08437623b590",
            "last_updated": "2022-10-19T09:37:26.127767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (N Cortes)",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70c60655-4c67-4ec6-a32e-04458d51e178/?format=api"
        },
        {
            "id": "3c05a7e6-ed1a-43ea-8b11-d4cfb4212bdb",
            "gambit_id": "08eb0cb9-76e7-4bfd-96dc-ba05750c5b9d",
            "last_updated": "2022-10-19T09:37:26.128747-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (A Civale)",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70c60655-4c67-4ec6-a32e-04458d51e178/?format=api"
        }
    ]
}