GET /api/bet_types/521f2261-f93a-4434-b487-0a24b491992b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "521f2261-f93a-4434-b487-0a24b491992b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1d81c66-c7f2-494e-812f-3b1c194f24bf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:22:06.922930-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": "Rene Rodriguez",
                "amount": 6998.0
            },
            {
                "team": "Mark Johnson",
                "amount": 3002.0
            }
        ],
        "expected_reward_tokens": 9306.2,
        "profit_sb": -193.8,
        "profit_sb_percentage": -2.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "57d39b2e-5894-47c6-9cab-bd18b419fe31",
            "gambit_id": "bf1b4ac9-56ad-478a-a55c-8458634f8bc5",
            "last_updated": "2023-04-22T16:17:08.854389-04:00",
            "created_at": "2023-04-20T15:22:06.928304-04:00",
            "name": "Rene Rodriguez",
            "reward": "1.33000",
            "odds": "1.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521f2261-f93a-4434-b487-0a24b491992b/?format=api"
        },
        {
            "id": "51f43361-e618-4a17-9f68-7771d45b1cbf",
            "gambit_id": "8b7d9e97-be48-401e-aac9-d7925f65e3b5",
            "last_updated": "2023-04-22T16:17:08.851847-04:00",
            "created_at": "2023-04-20T15:22:06.925774-04:00",
            "name": "Mark Johnson",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521f2261-f93a-4434-b487-0a24b491992b/?format=api"
        }
    ]
}