GET /api/bet_types/ee3eed9f-e65f-42c5-925a-6af098755156/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee3eed9f-e65f-42c5-925a-6af098755156",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6ec8ac4-03ab-48e3-a1f8-1ee9a463a5c8/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 6862.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "9bd50bcd-e946-4c0a-8dae-130b9d8e8e10",
            "gambit_id": "2130caf8-03e8-44ac-8e36-b61d472a913e",
            "last_updated": "2022-12-08T13:02:16.521352-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee3eed9f-e65f-42c5-925a-6af098755156/?format=api"
        },
        {
            "id": "e60c197e-f73a-43dc-91e5-1e3231d72fcc",
            "gambit_id": "8c643387-3ca2-45a0-bb5f-fe98808da889",
            "last_updated": "2022-12-08T13:02:16.522365-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee3eed9f-e65f-42c5-925a-6af098755156/?format=api"
        }
    ]
}