GET /api/bet_types/527d9c86-c577-4e08-9f81-3fd3cafaf175/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "527d9c86-c577-4e08-9f81-3fd3cafaf175",
    "match": "https://api-prod.gambitprofit.com/api/matches/d30fa14c-eb3e-4825-aed6-4af48771cbd0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-24T11:07:03.549167-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": "Manel Kape",
                "amount": 6177.0
            },
            {
                "team": "Alex Perez",
                "amount": 3823.0
            }
        ],
        "expected_reward_tokens": 9327.27,
        "profit_sb": -172.73,
        "profit_sb_percentage": -1.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "3368cbb1-2928-4de5-a164-208581839221",
            "gambit_id": "0309c3fe-09a0-4070-b332-46f1e4b6c6d9",
            "last_updated": "2023-04-01T18:56:59.036147-04:00",
            "created_at": "2023-03-24T11:07:03.551326-04:00",
            "name": "Manel Kape",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/527d9c86-c577-4e08-9f81-3fd3cafaf175/?format=api"
        },
        {
            "id": "012bbacf-3ea8-49a5-aabe-f5b4af6bb99b",
            "gambit_id": "b3e2e31e-6d69-4318-b121-7991a5a66d3a",
            "last_updated": "2023-04-01T18:56:59.038355-04:00",
            "created_at": "2023-03-24T11:07:03.553154-04:00",
            "name": "Alex Perez",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/527d9c86-c577-4e08-9f81-3fd3cafaf175/?format=api"
        }
    ]
}