GET /api/bet_types/bd7085a1-af6a-4836-affa-60c47fef6892/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd7085a1-af6a-4836-affa-60c47fef6892",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6a6b118-82b7-4f58-9506-c83d84d8d145/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T10:06:48.479761-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": "New York Knicks",
                "amount": 6324.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9042.96,
        "profit_sb": 42.96,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd43fbf0-f514-4b30-ad8d-ac97bc797919",
            "gambit_id": "da98b4ca-c85d-4fca-ac41-7db56af4f9ff",
            "last_updated": "2023-01-12T15:37:06.466658-05:00",
            "created_at": "2023-01-11T10:06:48.480900-05:00",
            "name": "New York Knicks",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd7085a1-af6a-4836-affa-60c47fef6892/?format=api"
        },
        {
            "id": "91625980-170d-457b-965a-249419a202e4",
            "gambit_id": "1df73835-d355-4170-aefc-8cc77f0d975a",
            "last_updated": "2023-01-12T15:37:06.467800-05:00",
            "created_at": "2023-01-11T10:06:48.482161-05:00",
            "name": "Indiana Pacers",
            "reward": "2.46000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd7085a1-af6a-4836-affa-60c47fef6892/?format=api"
        }
    ]
}