GET /api/bet_types/a49cc886-bcce-4feb-bf68-b50ecff30f1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a49cc886-bcce-4feb-bf68-b50ecff30f1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7acd90fc-e500-4f14-b5ed-bd114f9a3e4c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:57:08.910091-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": "Boston Bruins",
                "amount": 7095.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2905.0
            }
        ],
        "expected_reward_tokens": 9150.75,
        "profit_sb": 150.75,
        "profit_sb_percentage": 1.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd259bb6-5eeb-4534-acb5-5b8cfb4ff4e0",
            "gambit_id": "b3cfc608-7b68-4b34-b0af-655a390b3aa1",
            "last_updated": "2023-01-17T11:22:14.281734-05:00",
            "created_at": "2023-01-16T09:57:08.913052-05:00",
            "name": "Boston Bruins",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a49cc886-bcce-4feb-bf68-b50ecff30f1e/?format=api"
        },
        {
            "id": "020c2c0e-392a-415e-9983-745bb30b8088",
            "gambit_id": "fc7dd366-8d11-4bbb-8b37-ff9dc5dff312",
            "last_updated": "2023-01-17T11:22:14.282917-05:00",
            "created_at": "2023-01-16T09:57:08.916154-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.15000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a49cc886-bcce-4feb-bf68-b50ecff30f1e/?format=api"
        }
    ]
}