GET /api/bet_types/9f242136-da95-429d-8be1-df304c1f5f54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f242136-da95-429d-8be1-df304c1f5f54",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a14203a-9966-42aa-a4f1-781f715c5cd9/?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": "Washington Capitals",
                "amount": 5521.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c3286ec-50b6-4f30-96ce-17d261e9225e",
            "gambit_id": "c9184359-e649-46ca-88f4-c0342fb87e59",
            "last_updated": "2022-10-24T10:17:10.641936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f242136-da95-429d-8be1-df304c1f5f54/?format=api"
        },
        {
            "id": "0bdb5c23-b5ac-4029-a103-d6cf8205a435",
            "gambit_id": "7d98c0e8-e7d4-41a6-bd76-3e40cee8f846",
            "last_updated": "2022-10-24T10:17:10.642935-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f242136-da95-429d-8be1-df304c1f5f54/?format=api"
        }
    ]
}