GET /api/bet_types/7feda5b3-2751-4464-b409-98273882c089/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7feda5b3-2751-4464-b409-98273882c089",
    "match": "https://api-prod.gambitprofit.com/api/matches/280009c7-c1b6-4258-9441-b4f8311ec425/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T09:48:15.357402-04: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": "STL (J Montgomery)",
                "amount": 6114.0
            },
            {
                "team": "CIN (B Lively)",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9598.42,
        "profit_sb": 98.42,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba7b6c72-1ab9-47f6-b60b-abd903140a66",
            "gambit_id": "6153bfcf-62e3-4b2d-b44b-59b1c0db18f9",
            "last_updated": "2023-06-10T16:48:07.933574-04:00",
            "created_at": "2023-06-09T09:48:15.361359-04:00",
            "name": "STL (J Montgomery)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7feda5b3-2751-4464-b409-98273882c089/?format=api"
        },
        {
            "id": "a8e50871-93cb-43ba-ab62-0d07df25cafc",
            "gambit_id": "7cd9ec01-002a-4ceb-aec8-19c3889e885c",
            "last_updated": "2023-06-10T16:48:07.931823-04:00",
            "created_at": "2023-06-09T09:48:15.359374-04:00",
            "name": "CIN (B Lively)",
            "reward": "2.47000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7feda5b3-2751-4464-b409-98273882c089/?format=api"
        }
    ]
}