GET /api/bet_types/460f3d9f-f9aa-4f92-abaf-018a739b361d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "460f3d9f-f9aa-4f92-abaf-018a739b361d",
    "match": "https://api-prod.gambitprofit.com/api/matches/66158cdd-e63c-4d7c-a784-3f306b3921f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-22T09:58:22.060962-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": "Milwaukee Brewers",
                "amount": 5714.0
            },
            {
                "team": "Miami Marlins",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ce2072a-8743-4866-bc0f-3b0d06c89dc7",
            "gambit_id": "847cab7a-8cd1-41e8-ba82-417c6084cd96",
            "last_updated": "2023-09-23T10:28:12.508743-04:00",
            "created_at": "2023-09-22T09:58:22.065866-04:00",
            "name": "Milwaukee Brewers",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460f3d9f-f9aa-4f92-abaf-018a739b361d/?format=api"
        },
        {
            "id": "1f9d8704-6212-443a-9410-218aadc4f775",
            "gambit_id": "4c5b458a-22dc-4e47-9531-3fd8e9d1d2ea",
            "last_updated": "2023-09-23T10:28:12.512295-04:00",
            "created_at": "2023-09-22T09:58:22.070099-04:00",
            "name": "Miami Marlins",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/460f3d9f-f9aa-4f92-abaf-018a739b361d/?format=api"
        }
    ]
}