GET /api/bet_types/3d5d292b-bbb7-4bf7-9699-a6b0dd43bef3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d5d292b-bbb7-4bf7-9699-a6b0dd43bef3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a2367ff-9294-41c6-bf5a-dfe340d395f5/?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": "Toronto Maple Leafs",
                "amount": 6235.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "933ab84e-0aaf-4ac4-9c22-10598a8b8978",
            "gambit_id": "bedcfd03-29f7-45cd-9bc9-00adc0972aa0",
            "last_updated": "2022-10-31T12:22:13.732966-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d5d292b-bbb7-4bf7-9699-a6b0dd43bef3/?format=api"
        },
        {
            "id": "c973b06d-5a57-40db-9bdf-2a97310df181",
            "gambit_id": "c2b67259-999d-41b1-8afa-6c75eb489a06",
            "last_updated": "2022-10-31T12:22:13.731951-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d5d292b-bbb7-4bf7-9699-a6b0dd43bef3/?format=api"
        }
    ]
}