GET /api/bet_types/5b6b753b-0d81-4d35-9041-0935c638b248/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b6b753b-0d81-4d35-9041-0935c638b248",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e5b13a6-7a62-4487-8501-49a4b810d535/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:10.573247-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": "Golden State Warriors",
                "amount": 5822.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4178.0
            }
        ],
        "expected_reward_tokens": 9024.1,
        "profit_sb": 24.1,
        "profit_sb_percentage": 0.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a5bb281-2f7a-4753-a4a3-bef0ca7742b2",
            "gambit_id": "2d7008ad-5c76-448b-81ab-00e4a73d053d",
            "last_updated": "2023-01-17T11:02:03.877467-05:00",
            "created_at": "2023-01-16T09:52:10.579616-05:00",
            "name": "Golden State Warriors",
            "reward": "1.55000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6b753b-0d81-4d35-9041-0935c638b248/?format=api"
        },
        {
            "id": "b395903c-6c71-468c-8a6e-7b0c2cffa581",
            "gambit_id": "08ecee53-3a06-4f28-a563-7700c1744e0a",
            "last_updated": "2023-01-17T11:02:03.876356-05:00",
            "created_at": "2023-01-16T09:52:10.576054-05:00",
            "name": "Washington Wizards",
            "reward": "2.16000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b6b753b-0d81-4d35-9041-0935c638b248/?format=api"
        }
    ]
}