GET /api/bet_types/e74833a2-fcfb-47b4-be9d-2f278c713cb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e74833a2-fcfb-47b4-be9d-2f278c713cb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6c01379-669e-4dea-aee5-3c2700c02a65/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:03.369963-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": "Milwaukee Bucks",
                "amount": 7485.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2515.0
            }
        ],
        "expected_reward_tokens": 9505.95,
        "profit_sb": 5.95,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "61b9fca1-f3d0-4fbc-92d4-fac18cfac64d",
            "gambit_id": "b10d062b-43c6-4525-8f0e-54a443db214c",
            "last_updated": "2023-02-10T09:32:18.393299-05:00",
            "created_at": "2023-02-09T11:12:03.372574-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e74833a2-fcfb-47b4-be9d-2f278c713cb0/?format=api"
        },
        {
            "id": "7805de87-0bcf-4593-8f18-b8f5f9dd1934",
            "gambit_id": "c493972b-fc88-456f-9859-7a536055e2f4",
            "last_updated": "2023-02-10T09:32:18.392080-05:00",
            "created_at": "2023-02-09T11:12:03.371211-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e74833a2-fcfb-47b4-be9d-2f278c713cb0/?format=api"
        }
    ]
}