GET /api/bet_types/49d4e165-52de-4f63-8b3d-27d0afaffe49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49d4e165-52de-4f63-8b3d-27d0afaffe49",
    "match": "https://api-prod.gambitprofit.com/api/matches/48f1c809-5a66-4834-8856-de3cba5d63bb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:06.759201-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": 7629.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 2371.0
            }
        ],
        "expected_reward_tokens": 9459.96,
        "profit_sb": -40.04,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "55cda457-5615-4fa7-a67e-4fa09c207974",
            "gambit_id": "dbe1c9a2-3228-4c5a-be18-be301da9c857",
            "last_updated": "2023-11-13T15:03:30.860131-05:00",
            "created_at": "2023-11-11T08:53:06.767456-05:00",
            "name": "Boston Celtics",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49d4e165-52de-4f63-8b3d-27d0afaffe49/?format=api"
        },
        {
            "id": "93ccb222-7ebc-4dfa-bc48-aa5b478c46cb",
            "gambit_id": "c59c78fc-4b76-4ac0-ab08-a708b762b745",
            "last_updated": "2023-11-13T15:03:30.856816-05:00",
            "created_at": "2023-11-11T08:53:06.763530-05:00",
            "name": "Toronto Raptors",
            "reward": "3.99000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49d4e165-52de-4f63-8b3d-27d0afaffe49/?format=api"
        }
    ]
}