GET /api/bet_types/2587fe2b-e9f3-4a04-87f9-3d35a24e8b26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2587fe2b-e9f3-4a04-87f9-3d35a24e8b26",
    "match": "https://api-prod.gambitprofit.com/api/matches/3849562c-3c9c-41fe-b850-3942da0db68e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:06.385854-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": "Boston Celtics",
                "amount": 7259.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2741.0
            }
        ],
        "expected_reward_tokens": 9509.29,
        "profit_sb": 9.29,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "898f67b5-d715-4773-91fb-16d46fc30565",
            "gambit_id": "643808ed-981f-4e07-b147-b366dcb3e9d4",
            "last_updated": "2023-01-30T17:46:56.595944-05:00",
            "created_at": "2023-01-28T09:42:06.387089-05:00",
            "name": "Boston Celtics",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2587fe2b-e9f3-4a04-87f9-3d35a24e8b26/?format=api"
        },
        {
            "id": "c9c2d553-0c75-4de7-80dd-2778c04f195b",
            "gambit_id": "8ea54359-8313-485a-98d7-5d850830e119",
            "last_updated": "2023-01-30T17:46:56.597206-05:00",
            "created_at": "2023-01-28T09:42:06.388464-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.47000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2587fe2b-e9f3-4a04-87f9-3d35a24e8b26/?format=api"
        }
    ]
}