GET /api/bet_types/3e91c1e4-9d85-405d-a4e9-e7a6cba18d7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e91c1e4-9d85-405d-a4e9-e7a6cba18d7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/28f7d761-7b65-4870-ad69-91bd6a21d6de/?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": "SEA (L Castillo)",
                "amount": 5067.0
            },
            {
                "team": "LAA (S Ohtani)",
                "amount": 4933.0
            }
        ],
        "expected_reward_tokens": 9323.28,
        "profit_sb": 323.28,
        "profit_sb_percentage": 3.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0bef903-63dc-44b9-ae05-c9b2fe4a1478",
            "gambit_id": "2866a8e5-8805-4bab-a93d-9833f2a36ad5",
            "last_updated": "2022-08-16T13:57:08.075517-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Castillo)",
            "reward": "1.84000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e91c1e4-9d85-405d-a4e9-e7a6cba18d7b/?format=api"
        },
        {
            "id": "3d44a764-df80-4d37-bb66-2a20a56a4a1d",
            "gambit_id": "d46d26a7-c105-45e6-8dca-cdd54ead1e10",
            "last_updated": "2022-08-16T13:57:08.075048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.89000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e91c1e4-9d85-405d-a4e9-e7a6cba18d7b/?format=api"
        }
    ]
}