GET /api/bet_types/6e9320d8-6a32-49b3-989b-c3e19aaaa43e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e9320d8-6a32-49b3-989b-c3e19aaaa43e",
    "match": "https://api-prod.gambitprofit.com/api/matches/43334c5c-8b60-49ed-b200-7d757adc310b/?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": "Los Angeles Kings",
                "amount": 5753.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "147b285b-9399-4989-9eff-22207aeb8b85",
            "gambit_id": "b777441d-d0c1-472a-a4b7-c707ebb56ab5",
            "last_updated": "2022-12-12T19:02:23.105460-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e9320d8-6a32-49b3-989b-c3e19aaaa43e/?format=api"
        },
        {
            "id": "5b53bd87-7939-4565-8764-275605e6bb71",
            "gambit_id": "a4281109-c8a7-481a-9cc8-2be0561518d7",
            "last_updated": "2022-12-12T19:02:23.104305-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e9320d8-6a32-49b3-989b-c3e19aaaa43e/?format=api"
        }
    ]
}