GET /api/bet_types/579db995-3b1a-49c1-a2de-bc205f2dfda2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "579db995-3b1a-49c1-a2de-bc205f2dfda2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a85974c-e929-45f3-bb07-1fdad06ff8ae/?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": "NYM (J DeGrom)",
                "amount": 7580.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 2420.0
            }
        ],
        "expected_reward_tokens": 9171.8,
        "profit_sb": 171.8,
        "profit_sb_percentage": 1.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "60e1682b-9034-4d70-8ee2-be1b24bdd346",
            "gambit_id": "c1d369ae-88fa-4c68-a4b2-8095abb3ea63",
            "last_updated": "2022-08-26T12:57:08.887393-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (J DeGrom)",
            "reward": "1.21000",
            "odds": "1.23530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579db995-3b1a-49c1-a2de-bc205f2dfda2/?format=api"
        },
        {
            "id": "425c1db4-34fd-48e6-96b6-436995091b8b",
            "gambit_id": "05e39fb6-be4c-44e4-b569-730aeab5ec95",
            "last_updated": "2022-08-26T12:57:08.887825-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (R Feltner)",
            "reward": "3.79000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/579db995-3b1a-49c1-a2de-bc205f2dfda2/?format=api"
        }
    ]
}