GET /api/bet_types/2b9efb41-e4bb-4f4e-9335-93ac592b197f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b9efb41-e4bb-4f4e-9335-93ac592b197f",
    "match": "https://api-prod.gambitprofit.com/api/matches/27b15c5b-d2ab-407a-83bb-d4632a9f76e3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-23T09:11:57.213387-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": "Minnesota Timberwolves",
                "amount": 6667.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9532.38,
        "profit_sb": 32.38,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "08afde89-c090-4e70-8fe0-2b0a44d02253",
            "gambit_id": "4fca7bfc-ad12-45ba-9780-cf976493ba52",
            "last_updated": "2023-01-24T09:36:53.216012-05:00",
            "created_at": "2023-01-23T09:11:57.215880-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.43000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b9efb41-e4bb-4f4e-9335-93ac592b197f/?format=api"
        },
        {
            "id": "d834a043-9de8-4346-878a-6e79146659a1",
            "gambit_id": "68e1f380-e1fb-4d76-9c5c-f201a896a2ff",
            "last_updated": "2023-01-24T09:36:53.214806-05:00",
            "created_at": "2023-01-23T09:11:57.214604-05:00",
            "name": "Houston Rockets",
            "reward": "2.86000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b9efb41-e4bb-4f4e-9335-93ac592b197f/?format=api"
        }
    ]
}