GET /api/bet_types/c0387f4b-962d-4a56-a94d-65658613fd0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0387f4b-962d-4a56-a94d-65658613fd0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5b1937d-3926-4633-aadf-a88e0a1fee5f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T10:18:15.888718-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": "Denver Broncos",
                "amount": 5107.0
            },
            {
                "team": "New York Jets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f66d1fc3-255a-4a55-8c7b-c5e6a5e21599",
            "gambit_id": "1b7ebfc4-1ae1-45af-b6bb-6cfb1e7bb762",
            "last_updated": "2023-10-09T15:43:13.488634-04:00",
            "created_at": "2023-10-03T10:18:15.900034-04:00",
            "name": "Denver Broncos",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0387f4b-962d-4a56-a94d-65658613fd0c/?format=api"
        },
        {
            "id": "9331ff93-af86-4362-81d5-f93c865b31c1",
            "gambit_id": "9550f5c9-4e1e-4ea2-8fe7-ab23aac65791",
            "last_updated": "2023-10-09T15:43:13.485130-04:00",
            "created_at": "2023-10-03T10:18:15.894595-04:00",
            "name": "New York Jets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0387f4b-962d-4a56-a94d-65658613fd0c/?format=api"
        }
    ]
}