GET /api/bet_types/d2dfc281-857f-40bf-a166-e6849f7372e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2dfc281-857f-40bf-a166-e6849f7372e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7d30b9f-4d67-4b80-91e9-a703af62f050/?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": "New York Islanders",
                "amount": 6401.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 537.35,
        "profit_sb_percentage": 5.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d4364d2-e9c8-4fa5-9d70-18eddc26f206",
            "gambit_id": "0b1ade16-b327-4b53-9b37-5697ef7cb821",
            "last_updated": "2022-11-02T20:52:12.502914-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2dfc281-857f-40bf-a166-e6849f7372e3/?format=api"
        },
        {
            "id": "777af34e-4d81-4509-92eb-bac9ec48b543",
            "gambit_id": "29e0344d-599d-4721-95d9-ed44b244ae92",
            "last_updated": "2022-11-02T20:52:12.501810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2dfc281-857f-40bf-a166-e6849f7372e3/?format=api"
        }
    ]
}