GET /api/bet_types/64f47f93-b443-4ea2-890e-315c82c6accb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64f47f93-b443-4ea2-890e-315c82c6accb",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ae5bcf4-b3ce-428b-b6fe-748558ca1d82/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T12:02:14.066869-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": "Orlando Magic",
                "amount": 6547.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "89369b0e-b8d1-47dd-a189-bd7f6bb96abe",
            "gambit_id": "9566fdaa-9b4b-4240-b898-d009785dbd60",
            "last_updated": "2023-04-07T20:32:12.286962-04:00",
            "created_at": "2023-04-06T12:02:14.069476-04:00",
            "name": "Orlando Magic",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64f47f93-b443-4ea2-890e-315c82c6accb/?format=api"
        },
        {
            "id": "3ada47fc-7052-45de-ac81-f0618a8bb850",
            "gambit_id": "a29dc1f0-fb82-4d36-a53b-bf92e1065ed2",
            "last_updated": "2023-04-07T20:32:12.284568-04:00",
            "created_at": "2023-04-06T12:02:14.072075-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64f47f93-b443-4ea2-890e-315c82c6accb/?format=api"
        }
    ]
}