GET /api/bet_types/2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/68eb2d63-85f2-4b2e-b2cb-4c330ea239d1/?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": "SFO (A Wood)",
                "amount": 5885.0
            },
            {
                "team": "COL (J Urena)",
                "amount": 4115.0
            }
        ],
        "expected_reward_tokens": 9298.3,
        "profit_sb": 298.3,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c8908cb-cac6-41f4-8d48-e236fc8773db",
            "gambit_id": "cfbf4ee9-19c2-452b-b477-1f28d07e8b7c",
            "last_updated": "2022-08-20T12:02:01.875888-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (A Wood)",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e/?format=api"
        },
        {
            "id": "35bbb7c4-7fd8-41c5-aaca-c3746b48b1c4",
            "gambit_id": "94465acc-3dae-49f9-9511-0771718efcd2",
            "last_updated": "2022-08-20T12:02:01.875422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (J Urena)",
            "reward": "2.26000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e36d7c7-d283-4b65-a5c4-dae7a69a2d0e/?format=api"
        }
    ]
}