GET /api/bet_types/9d96a19a-9573-47e6-b712-232c200aa82d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d96a19a-9573-47e6-b712-232c200aa82d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7951630-82a3-4a44-a3b7-799702765ac9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:06.397086-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": "New York Islanders",
                "amount": 6876.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3124.0
            }
        ],
        "expected_reward_tokens": 9557.64,
        "profit_sb": 57.64,
        "profit_sb_percentage": 0.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d5fa4a3-2cfd-41b8-8d28-92156acd0172",
            "gambit_id": "011733b3-5b25-4694-ac86-947d67619086",
            "last_updated": "2023-01-20T10:06:59.795713-05:00",
            "created_at": "2023-01-19T09:22:06.400064-05:00",
            "name": "New York Islanders",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d96a19a-9573-47e6-b712-232c200aa82d/?format=api"
        },
        {
            "id": "ae26c8ea-72d5-458b-ae7e-f2305e8401c9",
            "gambit_id": "fe354dfc-5d8f-4002-b0d5-b753f58037e0",
            "last_updated": "2023-01-20T10:06:59.796868-05:00",
            "created_at": "2023-01-19T09:22:06.403457-05:00",
            "name": "Buffalo Sabres",
            "reward": "3.06000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d96a19a-9573-47e6-b712-232c200aa82d/?format=api"
        }
    ]
}