GET /api/bet_types/b80ebd0e-171f-48db-a389-d20082cf9bfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b80ebd0e-171f-48db-a389-d20082cf9bfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/cab82922-c227-417d-be57-5f6863887280/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-17T23:07:14.543320-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": "Texas",
                "amount": 6759.0
            },
            {
                "team": "Penn State",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f239b32-13b3-4f86-91e6-11f2166e0594",
            "gambit_id": "2acaa6ad-149d-44c2-bdfd-a404b903d091",
            "last_updated": "2023-03-19T16:42:15.676494-04:00",
            "created_at": "2023-03-17T23:07:14.545342-04:00",
            "name": "Texas",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b80ebd0e-171f-48db-a389-d20082cf9bfa/?format=api"
        },
        {
            "id": "9e78a0ab-4ce9-4896-9551-abb9095223cd",
            "gambit_id": "93eca9fb-10a8-4593-bb4c-40fe2b02e73c",
            "last_updated": "2023-03-19T16:42:15.677855-04:00",
            "created_at": "2023-03-17T23:07:14.548380-04:00",
            "name": "Penn State",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b80ebd0e-171f-48db-a389-d20082cf9bfa/?format=api"
        }
    ]
}