GET /api/bet_types/141c375e-6909-4477-b695-180eb8719d7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "141c375e-6909-4477-b695-180eb8719d7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/fba3fe06-7300-405b-8f08-c1585553b6ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-23T09:11:56.487743-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": 6773.0
            },
            {
                "team": "New York Islanders",
                "amount": 3227.0
            }
        ],
        "expected_reward_tokens": 9549.93,
        "profit_sb": 49.93,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "e30a7ee1-c290-42ec-b44e-81840d40f454",
            "gambit_id": "d75df935-5cfb-40f5-ba3c-08e4546cb663",
            "last_updated": "2023-01-24T09:56:56.413199-05:00",
            "created_at": "2023-01-23T09:11:56.488933-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.41000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141c375e-6909-4477-b695-180eb8719d7d/?format=api"
        },
        {
            "id": "36aa6178-7573-464f-8da0-e140ccecb818",
            "gambit_id": "84fd94cc-4987-41a2-a87b-f2aa682a3c77",
            "last_updated": "2023-01-24T09:56:56.414501-05:00",
            "created_at": "2023-01-23T09:11:56.490322-05:00",
            "name": "New York Islanders",
            "reward": "2.96000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141c375e-6909-4477-b695-180eb8719d7d/?format=api"
        }
    ]
}