GET /api/bet_types/824e0f1a-5031-4cd9-aacd-2f30cc638380/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "824e0f1a-5031-4cd9-aacd-2f30cc638380",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab19ff3f-2abe-4857-9b2e-bd75c4f9fc93/?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": "Edmonton Oilers",
                "amount": 5899.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "3205082d-fc09-45b5-a427-b2d8c25287f9",
            "gambit_id": "a3eaa5a3-b79a-40f6-8142-b36975d4cc18",
            "last_updated": "2022-12-06T11:21:56.151528-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/824e0f1a-5031-4cd9-aacd-2f30cc638380/?format=api"
        },
        {
            "id": "1ab39355-0667-47d2-81f4-15ecbcf11e18",
            "gambit_id": "f06d007d-4a97-40d0-9083-a433608f7e1c",
            "last_updated": "2022-12-06T11:21:56.152481-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/824e0f1a-5031-4cd9-aacd-2f30cc638380/?format=api"
        }
    ]
}