GET /api/bet_types/952e1570-af14-45b0-b8fc-0191923a0abb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "952e1570-af14-45b0-b8fc-0191923a0abb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3b6302b-d6d8-4b9a-82a9-41a69bdeb4b5/?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": "Florida Panthers",
                "amount": 6179.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7d68452-f75c-42ed-97c6-eed847c936e8",
            "gambit_id": "393351e8-175e-4482-823d-4f05bab9d54d",
            "last_updated": "2022-11-08T11:07:29.359698-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/952e1570-af14-45b0-b8fc-0191923a0abb/?format=api"
        },
        {
            "id": "c95fe99d-bbc3-4e28-a36e-7762364f1f7d",
            "gambit_id": "9e678332-db69-46d9-81b9-017cfb2d8cf0",
            "last_updated": "2022-11-08T11:07:29.358709-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/952e1570-af14-45b0-b8fc-0191923a0abb/?format=api"
        }
    ]
}