GET /api/bet_types/9234d161-c669-4307-9ce9-a429986bdf71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9234d161-c669-4307-9ce9-a429986bdf71",
    "match": "https://api-prod.gambitprofit.com/api/matches/95a28ab5-4df4-48b0-8f0a-2ee339c2960c/?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": "Philadelphia 76ers",
                "amount": 7983.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2017.0
            }
        ],
        "expected_reward_tokens": 9258.03,
        "profit_sb": 258.03,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b80991a-6627-4f21-82d2-1cab996d0f36",
            "gambit_id": "cffa88a9-d11c-4858-ad0f-1c5a13d643ef",
            "last_updated": "2022-12-12T10:57:24.631905-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9234d161-c669-4307-9ce9-a429986bdf71/?format=api"
        },
        {
            "id": "ef1dd214-4664-4edb-aafd-efa86d64bc66",
            "gambit_id": "fa24e3f0-5987-4de7-944e-5afb4316f3ae",
            "last_updated": "2022-12-12T10:57:24.633026-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.59000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9234d161-c669-4307-9ce9-a429986bdf71/?format=api"
        }
    ]
}