GET /api/bet_types/fbfda1dc-64c4-4d85-a124-c77546d16e80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbfda1dc-64c4-4d85-a124-c77546d16e80",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d0f801b-94ce-456d-b8ab-5d1f446b11c1/?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": "San Jose Sharks",
                "amount": 5000.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "125b5183-d199-4162-97d9-4f2d57d8ca9e",
            "gambit_id": "6dd89149-8d73-4720-a6ae-8a4cd766ba4a",
            "last_updated": "2022-11-30T09:47:20.224851-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbfda1dc-64c4-4d85-a124-c77546d16e80/?format=api"
        },
        {
            "id": "2aabf096-49bd-4b01-a763-39014d0bb083",
            "gambit_id": "2b1e347f-d570-40f7-bbe7-c24f8cf8bc81",
            "last_updated": "2022-11-30T09:47:20.223846-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbfda1dc-64c4-4d85-a124-c77546d16e80/?format=api"
        }
    ]
}