GET /api/bet_types/a1a068e7-9b99-42ab-8d74-fddcf8849afe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1a068e7-9b99-42ab-8d74-fddcf8849afe",
    "match": "https://api-prod.gambitprofit.com/api/matches/907a6419-b043-48e6-b07f-ccebf2835f3b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-06T08:07:11.253921-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": "Philadelphia 76ers",
                "amount": 6759.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c7f7d94-627d-4681-a52f-585dbe49991e",
            "gambit_id": "883bc120-587f-4ffd-9e55-569fbc4a4e00",
            "last_updated": "2023-03-07T10:17:16.981877-05:00",
            "created_at": "2023-03-06T08:07:11.256565-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1a068e7-9b99-42ab-8d74-fddcf8849afe/?format=api"
        },
        {
            "id": "81e6e79a-e36b-4057-902c-fa667eb7d472",
            "gambit_id": "0bc6a03a-59e8-4052-acfc-fa67c3d93483",
            "last_updated": "2023-03-07T10:17:16.980611-05:00",
            "created_at": "2023-03-06T08:07:11.255168-05:00",
            "name": "Indiana Pacers",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1a068e7-9b99-42ab-8d74-fddcf8849afe/?format=api"
        }
    ]
}